#B6776F

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

Shades of Contessa #B6776F

Tints of Contessa #B6776F

Color information

#B6776F (or 0xB6776F) is unknown color: approx Contessa. HEX triplet: B6, 77 and 6F. RGB value is (182,119,111). Sum of RGB (Red+Green+Blue) = 182+119+111=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B6776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6776F is #498890. Grayscale: #898989. Windows color (decimal): -4819089 or 7305142. OLE color: 7305142.

HSL color Cylindrical-coordinate representation of color #B6776F: hue angle of 6.76º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6776F is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB182119111-
CMYK00.350.390.29
HSL6.76º32.72%57.45%-
HSV(B)6.76º39.01%71.37%-
XYZ28.7624.2918.21-
YUV136.92113.37160.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=44.17%
G=28.88%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211911100.350.390.296.7632.7257.45
HexB6776F023271D72139
Octal266167157043473574171
Binary1011011011101111101111010001110011111101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6776F; }

 p { color: rgb(182,119,111); }

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

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

 a { background-color: rgb(182,119,111); }

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

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

 span { border-color: rgb(182,119,111); }

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