#B8756D

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

Shades of Contessa #B8756D

Tints of Contessa #B8756D

Color information

#B8756D (or 0xB8756D) is unknown color: approx Contessa. HEX triplet: B8, 75 and 6D. RGB value is (184,117,109). Sum of RGB (Red+Green+Blue) = 184+117+109=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8756D is #478A92. Grayscale: #888888. Windows color (decimal): -4688531 or 7173560. OLE color: 7173560.

HSL color Cylindrical-coordinate representation of color #B8756D: hue angle of 6.4º 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 #B8756D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184117109-
CMYK00.360.410.28
HSL6.4º34.56%57.45%-
HSV(B)6.4º40.76%72.16%-
XYZ28.8924.0217.58-
YUV136.12112.7162.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=44.88%
G=28.54%
B=26.59%

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
Decimal18411710900.360.410.286.434.5657.45
HexB8756D024291C62339
Octal270165155044513464371
Binary1011100011101011101101010010010100111100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8756D; }

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

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

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

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

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

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

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

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