#B6706C

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

Shades of Contessa #B6706C

Tints of Contessa #B6706C

Color information

#B6706C (or 0xB6706C) is unknown color: approx Contessa. HEX triplet: B6, 70 and 6C. RGB value is (182,112,108). Sum of RGB (Red+Green+Blue) = 182+112+108=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6706C is #498F93. Grayscale: #848484. Windows color (decimal): -4820884 or 7106742. OLE color: 7106742.

HSL color Cylindrical-coordinate representation of color #B6706C: hue angle of 3.24º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6706C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182112108-
CMYK00.380.410.29
HSL3.24º33.64%56.86%-
HSV(B)3.24º40.66%71.37%-
XYZ27.7922.6217.09-
YUV132.47114.19163.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=45.27%
G=27.86%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211210800.380.410.293.2433.6456.86
HexB6706C026291D32239
Octal266160154046513534271
Binary101101101110000110110001001101010011110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6706C; }

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

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

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

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

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

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

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

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