#B6776C

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

Shades of Contessa #B6776C

Tints of Contessa #B6776C

Color information

#B6776C (or 0xB6776C) is unknown color: approx Contessa. HEX triplet: B6, 77 and 6C. RGB value is (182,119,108). Sum of RGB (Red+Green+Blue) = 182+119+108=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6776C is #498893. Grayscale: #888888. Windows color (decimal): -4819092 or 7108534. OLE color: 7108534.

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

Color convert

RGB182119108-
CMYK00.350.410.29
HSL8.92º33.64%56.86%-
HSV(B)8.92º40.66%71.37%-
XYZ28.624.2217.36-
YUV136.58111.87160.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=44.50%
G=29.10%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211910800.350.410.298.9233.6456.86
HexB6776C023291D92239
Octal2661671540435135114271
Binary10110110111011111011000100011101001111011001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6776C; }

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

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

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

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

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

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

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

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