#B57379

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

Shades of Turkish Rose #B57379

Tints of Turkish Rose #B57379

Color information

#B57379 (or 0xB57379) is unknown color: approx Turkish Rose. HEX triplet: B5, 73 and 79. RGB value is (181,115,121). Sum of RGB (Red+Green+Blue) = 181+115+121=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B57379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57379 is #4A8C86. Grayscale: #878787. Windows color (decimal): -4885639 or 7959477. OLE color: 7959477.

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

Color convert

RGB181115121-
CMYK00.360.330.29
HSL354.55º30.84%58.04%-
HSV(B)354.55º36.46%70.98%-
XYZ28.6423.4721.11-
YUV135.42119.87160.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=43.41%
G=27.58%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111512100.360.330.29354.5530.8458.04
HexB57379024211D1631f3a
Octal26516317104441355433772
Binary101101011110011111100101001001000011110110110001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57379; }

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

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

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

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

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

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

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

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