#B06C77

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

Shades of Turkish Rose #B06C77

Tints of Turkish Rose #B06C77

Color information

#B06C77 (or 0xB06C77) is unknown color: approx Turkish Rose. HEX triplet: B0, 6C and 77. RGB value is (176,108,119). Sum of RGB (Red+Green+Blue) = 176+108+119=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C77 is #4F9388. Grayscale: #818181. Windows color (decimal): -5215113 or 7826608. OLE color: 7826608.

HSL color Cylindrical-coordinate representation of color #B06C77: hue angle of 350.29º degrees, saturation: 0.3, 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 #B06C77 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB176108119-
CMYK00.390.320.31
HSL350.29º30.09%55.69%-
HSV(B)350.29º38.64%69.02%-
XYZ26.621.2920.16-
YUV129.59122.03161.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 108 (42.58% from 255) = 26.80%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=43.67%
G=26.80%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610811900.390.320.31350.2930.0955.69
HexB06C77027201F15e1e38
Octal26015416704740375363670
Binary101100001101100111011101001111000001111110101111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C77; }

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

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

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

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

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

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

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

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