#B57476

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

Shades of Turkish Rose #B57476

Tints of Turkish Rose #B57476

Color information

#B57476 (or 0xB57476) is unknown color: approx Turkish Rose. HEX triplet: B5, 74 and 76. RGB value is (181,116,118). Sum of RGB (Red+Green+Blue) = 181+116+118=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57476 is #4A8B89. Grayscale: #878787. Windows color (decimal): -4885386 or 7763125. OLE color: 7763125.

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

Color convert

RGB181116118-
CMYK00.360.350.29
HSL358.15º30.52%58.24%-
HSV(B)358.15º35.91%70.98%-
XYZ28.5723.6220.19-
YUV135.66118.03160.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=43.61%
G=27.95%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111611800.360.350.29358.1530.5258.24
HexB57476024231D1661f3a
Octal26516416604443355463772
Binary101101011110100111011001001001000111110110110011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57476; }

 p { color: rgb(181,116,118); }

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

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

 a { background-color: rgb(181,116,118); }

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

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

 span { border-color: rgb(181,116,118); }

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