#B16777

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

Shades of Turkish Rose #B16777

Tints of Turkish Rose #B16777

Color information

#B16777 (or 0xB16777) is unknown color: approx Turkish Rose. HEX triplet: B1, 67 and 77. RGB value is (177,103,119). Sum of RGB (Red+Green+Blue) = 177+103+119=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B16777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16777 is #4E9888. Grayscale: #7E7E7E. Windows color (decimal): -5150857 or 7825329. OLE color: 7825329.

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

Color convert

RGB177103119-
CMYK00.420.330.31
HSL347.03º32.17%54.9%-
HSV(B)347.03º41.81%69.41%-
XYZ26.3120.3820-
YUV126.95123.52163.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=44.36%
G=25.81%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710311900.420.330.31347.0332.1754.9
HexB1677702A211F15b2037
Octal26114716705241375334067
Binary1011000111001111110111010101010000111111101011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16777; }

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

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

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

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

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

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

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

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