#B7766E

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

Shades of Contessa #B7766E

Tints of Contessa #B7766E

Color information

#B7766E (or 0xB7766E) is unknown color: approx Contessa. HEX triplet: B7, 76 and 6E. RGB value is (183,118,110). Sum of RGB (Red+Green+Blue) = 183+118+110=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7766E is #488991. Grayscale: #888888. Windows color (decimal): -4753810 or 7239351. OLE color: 7239351.

HSL color Cylindrical-coordinate representation of color #B7766E: hue angle of 6.58º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7766E is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183118110-
CMYK00.360.400.28
HSL6.58º33.64%57.45%-
HSV(B)6.58º39.89%71.76%-
XYZ28.8224.1517.89-
YUV136.52113.03161.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=44.53%
G=28.71%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311811000.360.400.286.5833.6457.45
HexB7766E024281C72239
Octal267166156044503474271
Binary1011011111101101101110010010010100011100111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7766E; }

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

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

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

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

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

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

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

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