#B9706D

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

Shades of Contessa #B9706D

Tints of Contessa #B9706D

Color information

#B9706D (or 0xB9706D) is unknown color: approx Contessa. HEX triplet: B9, 70 and 6D. RGB value is (185,112,109). Sum of RGB (Red+Green+Blue) = 185+112+109=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9706D is #468F92. Grayscale: #858585. Windows color (decimal): -4624275 or 7172281. OLE color: 7172281.

HSL color Cylindrical-coordinate representation of color #B9706D: hue angle of 2.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9706D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB185112109-
CMYK00.390.410.27
HSL2.37º35.19%57.65%-
HSV(B)2.37º41.08%72.55%-
XYZ28.5623.0117.4-
YUV133.48114.18164.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=45.57%
G=27.59%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511210900.390.410.272.3735.1957.65
HexB9706D027291B2233a
Octal271160155047513324372
Binary101110011110000110110101001111010011101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9706D; }

 p { color: rgb(185,112,109); }

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

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

 a { background-color: rgb(185,112,109); }

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

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

 span { border-color: rgb(185,112,109); }

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