#B16D77

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

Shades of Turkish Rose #B16D77

Tints of Turkish Rose #B16D77

Color information

#B16D77 (or 0xB16D77) is unknown color: approx Turkish Rose. HEX triplet: B1, 6D and 77. RGB value is (177,109,119). Sum of RGB (Red+Green+Blue) = 177+109+119=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D77 is #4E9288. Grayscale: #828282. Windows color (decimal): -5149321 or 7826865. OLE color: 7826865.

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

Color convert

RGB177109119-
CMYK00.380.330.31
HSL351.18º30.36%56.08%-
HSV(B)351.18º38.42%69.41%-
XYZ26.9321.6220.21-
YUV130.47121.53161.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=43.70%
G=26.91%
B=29.38%

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
Decimal17710911900.380.330.31351.1830.3656.08
HexB16D77026211F15f1e38
Octal26115516704641375373670
Binary101100011101101111011101001101000011111110101111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D77; }

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

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

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

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

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

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

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

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