#B57578

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

Shades of Turkish Rose #B57578

Tints of Turkish Rose #B57578

Color information

#B57578 (or 0xB57578) is unknown color: approx Turkish Rose. HEX triplet: B5, 75 and 78. RGB value is (181,117,120). Sum of RGB (Red+Green+Blue) = 181+117+120=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B57578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57578 is #4A8A87. Grayscale: #888888. Windows color (decimal): -4885128 or 7894453. OLE color: 7894453.

HSL color Cylindrical-coordinate representation of color #B57578: hue angle of 357.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57578 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181117120-
CMYK00.350.340.29
HSL357.19º30.19%58.43%-
HSV(B)357.19º35.36%70.98%-
XYZ28.8123.920.86-
YUV136.48118.7159.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=43.30%
G=27.99%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111712000.350.340.29357.1930.1958.43
HexB57578023221D1651e3a
Octal26516517004342355453672
Binary101101011110101111100001000111000101110110110010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57578; }

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

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

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

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

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

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

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

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