#B6706E

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

Shades of Contessa #B6706E

Tints of Contessa #B6706E

Color information

#B6706E (or 0xB6706E) is unknown color: approx Contessa. HEX triplet: B6, 70 and 6E. RGB value is (182,112,110). Sum of RGB (Red+Green+Blue) = 182+112+110=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6706E is #498F91. Grayscale: #848484. Windows color (decimal): -4820882 or 7237814. OLE color: 7237814.

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

Color convert

RGB182112110-
CMYK00.380.400.29
HSL1.67º33.03%57.25%-
HSV(B)1.67º39.56%71.37%-
XYZ27.922.6617.66-
YUV132.7115.19163.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=45.05%
G=27.72%
B=27.23%

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
Decimal18211211000.380.400.291.6733.0357.25
HexB6706E026281D22139
Octal266160156046503524171
Binary101101101110000110111001001101010001110110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6706E; }

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

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

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

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

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

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

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

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