#B17077

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

Shades of Turkish Rose #B17077

Tints of Turkish Rose #B17077

Color information

#B17077 (or 0xB17077) is unknown color: approx Turkish Rose. HEX triplet: B1, 70 and 77. RGB value is (177,112,119). Sum of RGB (Red+Green+Blue) = 177+112+119=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B17077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17077 is #4E8F88. Grayscale: #848484. Windows color (decimal): -5148553 or 7827633. OLE color: 7827633.

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

Color convert

RGB177112119-
CMYK00.370.330.31
HSL353.54º29.41%56.67%-
HSV(B)353.54º36.72%69.41%-
XYZ27.2622.2720.31-
YUV132.23120.53159.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 119 (46.88% from 255) = 29.17%
R=43.38%
G=27.45%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711211900.370.330.31353.5429.4156.67
HexB17077025211F1621d39
Octal26116016704541375423571
Binary101100011110000111011101001011000011111110110001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17077; }

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

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

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

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

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

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

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

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