#BA7578

Color #BA7578 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #BA7578

Tints of Turkish Rose #BA7578

Color information

#BA7578 (or 0xBA7578) is unknown color: approx Turkish Rose. HEX triplet: BA, 75 and 78. RGB value is (186,117,120). Sum of RGB (Red+Green+Blue) = 186+117+120=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7578 is #458A87. Grayscale: #8A8A8A. Windows color (decimal): -4557448 or 7894458. OLE color: 7894458.

HSL color Cylindrical-coordinate representation of color #BA7578: hue angle of 357.39º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7578 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB186117120-
CMYK00.370.350.27
HSL357.39º33.33%59.41%-
HSV(B)357.39º37.1%72.94%-
XYZ3024.5220.92-
YUV137.97117.86162.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=43.97%
G=27.66%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611712000.370.350.27357.3933.3359.41
HexBA7578025231B165213b
Octal27216517004543335454173
Binary1011101011101011111000010010110001111011101100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7578; }

 p { color: rgb(186,117,120); }

 H1.HeaderClassName
 {
   color: #BA7578;
 }
 .AnyTagClassName
 {
   color: #BA7578;
 }
</style>
background-color css

<style>
 a { background-color: #BA7578; }

 a { background-color: rgb(186,117,120); }

 div.DivClassName
 {
   background-color: #BA7578;
 }
 .BgClassName
 {
   background-color: #BA7578;
 }
</style>
border-color css

<style>
 span { border-color: #BA7578; }

 span { border-color: rgb(186,117,120); }

 td.TdClassName
 {
   border-color: #BA7578;
 }
 .TagClassName
 {
   border-color: #BA7578;
 }
</style>