#B16C77

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

Shades of Turkish Rose #B16C77

Tints of Turkish Rose #B16C77

Color information

#B16C77 (or 0xB16C77) is unknown color: approx Turkish Rose. HEX triplet: B1, 6C and 77. RGB value is (177,108,119). Sum of RGB (Red+Green+Blue) = 177+108+119=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C77 is #4E9388. Grayscale: #818181. Windows color (decimal): -5149577 or 7826609. OLE color: 7826609.

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

Color convert

RGB177108119-
CMYK00.390.330.31
HSL350.43º30.67%55.88%-
HSV(B)350.43º38.98%69.41%-
XYZ26.8221.420.17-
YUV129.88121.86161.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=43.81%
G=26.73%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710811900.390.330.31350.4330.6755.88
HexB16C77027211F15e1f38
Octal26115416704741375363770
Binary101100011101100111011101001111000011111110101111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C77; }

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

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

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

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

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

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

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

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