#B57177

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

Shades of Turkish Rose #B57177

Tints of Turkish Rose #B57177

Color information

#B57177 (or 0xB57177) is unknown color: approx Turkish Rose. HEX triplet: B5, 71 and 77. RGB value is (181,113,119). Sum of RGB (Red+Green+Blue) = 181+113+119=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B57177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57177 is #4A8E88. Grayscale: #868686. Windows color (decimal): -4886153 or 7827893. OLE color: 7827893.

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

Color convert

RGB181113119-
CMYK00.380.340.29
HSL354.71º31.48%57.65%-
HSV(B)354.71º37.57%70.98%-
XYZ28.2922.9720.39-
YUV134.02119.53161.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 119 (46.88% from 255) = 28.81%
R=43.83%
G=27.36%
B=28.81%

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
Decimal18111311900.380.340.29354.7131.4857.65
HexB57177026221D1631f3a
Octal26516116704642355433772
Binary101101011110001111011101001101000101110110110001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57177; }

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

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

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

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

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

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

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

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