#B57179

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

Shades of Turkish Rose #B57179

Tints of Turkish Rose #B57179

Color information

#B57179 (or 0xB57179) is unknown color: approx Turkish Rose. HEX triplet: B5, 71 and 79. RGB value is (181,113,121). Sum of RGB (Red+Green+Blue) = 181+113+121=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57179 is #4A8E86. Grayscale: #868686. Windows color (decimal): -4886151 or 7958965. OLE color: 7958965.

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

Color convert

RGB181113121-
CMYK00.380.330.29
HSL352.94º31.48%57.65%-
HSV(B)352.94º37.57%70.98%-
XYZ28.4123.0121.03-
YUV134.24120.53161.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=43.61%
G=27.23%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111312100.380.330.29352.9431.4857.65
HexB57179026211D1611f3a
Octal26516117104641355413772
Binary101101011110001111100101001101000011110110110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57179; }

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

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

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

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

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

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

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

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