#B6766E

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

Shades of Contessa #B6766E

Tints of Contessa #B6766E

Color information

#B6766E (or 0xB6766E) is unknown color: approx Contessa. HEX triplet: B6, 76 and 6E. RGB value is (182,118,110). Sum of RGB (Red+Green+Blue) = 182+118+110=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6766E is #498991. Grayscale: #888888. Windows color (decimal): -4819346 or 7239350. OLE color: 7239350.

HSL color Cylindrical-coordinate representation of color #B6766E: hue angle of 6.67º 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 #B6766E is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182118110-
CMYK00.350.400.29
HSL6.67º33.03%57.25%-
HSV(B)6.67º39.56%71.37%-
XYZ28.5824.0317.88-
YUV136.22113.2160.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=44.39%
G=28.78%
B=26.83%

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
Decimal18211811000.350.400.296.6733.0357.25
HexB6766E023281D72139
Octal266166156043503574171
Binary1011011011101101101110010001110100011101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6766E; }

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

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

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

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

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

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

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

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