#B16E77

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

Shades of Turkish Rose #B16E77

Tints of Turkish Rose #B16E77

Color information

#B16E77 (or 0xB16E77) is unknown color: approx Turkish Rose. HEX triplet: B1, 6E and 77. RGB value is (177,110,119). Sum of RGB (Red+Green+Blue) = 177+110+119=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E77 is #4E9188. Grayscale: #838383. Windows color (decimal): -5149065 or 7827121. OLE color: 7827121.

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

Color convert

RGB177110119-
CMYK00.380.330.31
HSL351.94º30.04%56.27%-
HSV(B)351.94º37.85%69.41%-
XYZ27.0421.8320.24-
YUV131.06121.2160.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=43.60%
G=27.09%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711011900.380.330.31351.9430.0456.27
HexB16E77026211F1601e38
Octal26115616704641375403670
Binary101100011101110111011101001101000011111110110000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E77; }

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

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

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

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

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

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

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

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