#B57077

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

Shades of Turkish Rose #B57077

Tints of Turkish Rose #B57077

Color information

#B57077 (or 0xB57077) is unknown color: approx Turkish Rose. HEX triplet: B5, 70 and 77. RGB value is (181,112,119). Sum of RGB (Red+Green+Blue) = 181+112+119=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B57077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57077 is #4A8F88. Grayscale: #858585. Windows color (decimal): -4886409 or 7827637. OLE color: 7827637.

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

Color convert

RGB181112119-
CMYK00.380.340.29
HSL353.91º31.8%57.45%-
HSV(B)353.91º38.12%70.98%-
XYZ28.1822.7420.36-
YUV133.43119.86161.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=43.93%
G=27.18%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111211900.380.340.29353.9131.857.45
HexB57077026221D1622039
Octal26516016704642355424071
Binary1011010111100001110111010011010001011101101100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57077; }

 p { color: rgb(181,112,119); }

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

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

 a { background-color: rgb(181,112,119); }

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

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

 span { border-color: rgb(181,112,119); }

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