#B7706E

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

Shades of Contessa #B7706E

Tints of Contessa #B7706E

Color information

#B7706E (or 0xB7706E) is unknown color: approx Contessa. HEX triplet: B7, 70 and 6E. RGB value is (183,112,110). Sum of RGB (Red+Green+Blue) = 183+112+110=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7706E is #488F91. Grayscale: #858585. Windows color (decimal): -4755346 or 7237815. OLE color: 7237815.

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

Color convert

RGB183112110-
CMYK00.390.400.28
HSL1.64º33.64%57.45%-
HSV(B)1.64º39.89%71.76%-
XYZ28.1422.7817.67-
YUV133115.02163.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=45.19%
G=27.65%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311211000.390.400.281.6433.6457.45
HexB7706E027281C22239
Octal267160156047503424271
Binary101101111110000110111001001111010001110010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7706E; }

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

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

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

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

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

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

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

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