#B57579

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

Shades of Turkish Rose #B57579

Tints of Turkish Rose #B57579

Color information

#B57579 (or 0xB57579) is unknown color: approx Turkish Rose. HEX triplet: B5, 75 and 79. RGB value is (181,117,121). Sum of RGB (Red+Green+Blue) = 181+117+121=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B57579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57579 is #4A8A86. Grayscale: #888888. Windows color (decimal): -4885127 or 7959989. OLE color: 7959989.

HSL color Cylindrical-coordinate representation of color #B57579: hue angle of 356.25º 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 #B57579 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB181117121-
CMYK00.350.330.29
HSL356.25º30.19%58.43%-
HSV(B)356.25º35.36%70.98%-
XYZ28.8723.9321.19-
YUV136.59119.2159.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=43.20%
G=27.92%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111712100.350.330.29356.2530.1958.43
HexB57579023211D1641e3a
Octal26516517104341355443672
Binary101101011110101111100101000111000011110110110010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57579; }

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

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

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

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

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

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

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

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