#B8706E

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

Shades of Contessa #B8706E

Tints of Contessa #B8706E

Color information

#B8706E (or 0xB8706E) is unknown color: approx Contessa. HEX triplet: B8, 70 and 6E. RGB value is (184,112,110). Sum of RGB (Red+Green+Blue) = 184+112+110=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8706E is #478F91. Grayscale: #858585. Windows color (decimal): -4689810 or 7237816. OLE color: 7237816.

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

Color convert

RGB184112110-
CMYK00.390.400.28
HSL1.62º34.26%57.65%-
HSV(B)1.62º40.22%72.16%-
XYZ28.3822.917.68-
YUV133.3114.85164.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=45.32%
G=27.59%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411211000.390.400.281.6234.2657.65
HexB8706E027281C2223a
Octal270160156047503424272
Binary101110001110000110111001001111010001110010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8706E; }

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

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

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

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

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

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

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

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