#B6706D

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

Shades of Contessa #B6706D

Tints of Contessa #B6706D

Color information

#B6706D (or 0xB6706D) is unknown color: approx Contessa. HEX triplet: B6, 70 and 6D. RGB value is (182,112,109). Sum of RGB (Red+Green+Blue) = 182+112+109=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6706D is #498F92. Grayscale: #848484. Windows color (decimal): -4820883 or 7172278. OLE color: 7172278.

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

Color convert

RGB182112109-
CMYK00.380.400.29
HSL2.47º33.33%57.06%-
HSV(B)2.47º40.11%71.37%-
XYZ27.8522.6417.37-
YUV132.59114.69163.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=45.16%
G=27.79%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211210900.380.400.292.4733.3357.06
HexB6706D026281D22139
Octal266160155046503524171
Binary101101101110000110110101001101010001110110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6706D; }

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

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

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

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

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

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

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

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