#B57879

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

Shades of Turkish Rose #B57879

Tints of Turkish Rose #B57879

Color information

#B57879 (or 0xB57879) is unknown color: approx Turkish Rose. HEX triplet: B5, 78 and 79. RGB value is (181,120,121). Sum of RGB (Red+Green+Blue) = 181+120+121=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B57879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57879 is #4A8786. Grayscale: #8A8A8A. Windows color (decimal): -4884359 or 7960757. OLE color: 7960757.

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

Color convert

RGB181120121-
CMYK00.340.330.29
HSL359.02º29.19%59.02%-
HSV(B)359.02º33.7%70.98%-
XYZ29.2224.6421.3-
YUV138.35118.21158.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=42.89%
G=28.44%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112012100.340.330.29359.0229.1959.02
HexB57879022211D1671d3b
Octal26517017104241355473573
Binary101101011111000111100101000101000011110110110011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57879; }

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

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

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

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

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

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

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

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