#B7706F

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

Shades of Contessa #B7706F

Tints of Contessa #B7706F

Color information

#B7706F (or 0xB7706F) is unknown color: approx Contessa. HEX triplet: B7, 70 and 6F. RGB value is (183,112,111). Sum of RGB (Red+Green+Blue) = 183+112+111=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7706F is #488F90. Grayscale: #858585. Windows color (decimal): -4755345 or 7303351. OLE color: 7303351.

HSL color Cylindrical-coordinate representation of color #B7706F: hue angle of 0.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7706F is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183112111-
CMYK00.390.390.28
HSL0.83º33.33%57.65%-
HSV(B)0.83º39.34%71.76%-
XYZ28.1922.817.95-
YUV133.12115.52163.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=45.07%
G=27.59%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311211100.390.390.280.8333.3357.65
HexB7706F027271C1213a
Octal267160157047473414172
Binary10110111111000011011110100111100111111001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7706F; }

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

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

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

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

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

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

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

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