#B67776

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

Shades of Contessa #B67776

Tints of Contessa #B67776

Color information

#B67776 (or 0xB67776) is unknown color: approx Contessa. HEX triplet: B6, 77 and 76. RGB value is (182,119,118). Sum of RGB (Red+Green+Blue) = 182+119+118=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B67776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67776 is #498889. Grayscale: #898989. Windows color (decimal): -4819082 or 7763894. OLE color: 7763894.

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

Color convert

RGB182119118-
CMYK00.350.350.29
HSL0.94º30.48%58.82%-
HSV(B)0.94º35.16%71.37%-
XYZ29.1624.4520.32-
YUV137.72116.87159.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=43.44%
G=28.40%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211911800.350.350.290.9430.4858.82
HexB67776023231D11e3b
Octal266167166043433513673
Binary1011011011101111110110010001110001111101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67776; }

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

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

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

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

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

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

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

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