#B17576

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

Shades of Turkish Rose #B17576

Tints of Turkish Rose #B17576

Color information

#B17576 (or 0xB17576) is unknown color: approx Turkish Rose. HEX triplet: B1, 75 and 76. RGB value is (177,117,118). Sum of RGB (Red+Green+Blue) = 177+117+118=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B17576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17576 is #4E8A89. Grayscale: #878787. Windows color (decimal): -5147274 or 7763377. OLE color: 7763377.

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

Color convert

RGB177117118-
CMYK00.340.330.31
HSL359º27.78%57.65%-
HSV(B)359º33.9%69.41%-
XYZ27.7623.3820.19-
YUV135.05118.38157.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=42.96%
G=28.40%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711711800.340.330.3135927.7857.65
HexB17576022211F1671c3a
Octal26116516604241375473472
Binary101100011110101111011001000101000011111110110011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17576; }

 p { color: rgb(177,117,118); }

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

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

 a { background-color: rgb(177,117,118); }

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

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

 span { border-color: rgb(177,117,118); }

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