#B8766D

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

Shades of Contessa #B8766D

Tints of Contessa #B8766D

Color information

#B8766D (or 0xB8766D) is unknown color: approx Contessa. HEX triplet: B8, 76 and 6D. RGB value is (184,118,109). Sum of RGB (Red+Green+Blue) = 184+118+109=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8766D is #478992. Grayscale: #888888. Windows color (decimal): -4688275 or 7173816. OLE color: 7173816.

HSL color Cylindrical-coordinate representation of color #B8766D: hue angle of 7.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8766D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184118109-
CMYK00.360.410.28
HSL7.2º34.56%57.45%-
HSV(B)7.2º40.76%72.16%-
XYZ29.0124.2517.62-
YUV136.71112.37161.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=44.77%
G=28.71%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411810900.360.410.287.234.5657.45
HexB8766D024291C72339
Octal270166155044513474371
Binary1011100011101101101101010010010100111100111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8766D; }

 p { color: rgb(184,118,109); }

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

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

 a { background-color: rgb(184,118,109); }

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

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

 span { border-color: rgb(184,118,109); }

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