#B6776D

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

Shades of Contessa #B6776D

Tints of Contessa #B6776D

Color information

#B6776D (or 0xB6776D) is unknown color: approx Contessa. HEX triplet: B6, 77 and 6D. RGB value is (182,119,109). Sum of RGB (Red+Green+Blue) = 182+119+109=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6776D is #498892. Grayscale: #888888. Windows color (decimal): -4819091 or 7174070. OLE color: 7174070.

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

Color convert

RGB182119109-
CMYK00.350.400.29
HSL8.22º33.33%57.06%-
HSV(B)8.22º40.11%71.37%-
XYZ28.6524.2417.64-
YUV136.7112.37160.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=44.39%
G=29.02%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211910900.350.400.298.2233.3357.06
HexB6776D023281D82139
Octal2661671550435035104171
Binary10110110111011111011010100011101000111011000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6776D; }

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

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

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

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

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

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

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

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