#B8796D

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

Shades of Contessa #B8796D

Tints of Contessa #B8796D

Color information

#B8796D (or 0xB8796D) is unknown color: approx Contessa. HEX triplet: B8, 79 and 6D. RGB value is (184,121,109). Sum of RGB (Red+Green+Blue) = 184+121+109=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8796D is #478692. Grayscale: #8A8A8A. Windows color (decimal): -4687507 or 7174584. OLE color: 7174584.

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

Color convert

RGB184121109-
CMYK00.340.410.28
HSL9.6º34.56%57.45%-
HSV(B)9.6º40.76%72.16%-
XYZ29.3624.9717.74-
YUV138.47111.37160.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=44.44%
G=29.23%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412110900.340.410.289.634.5657.45
HexB8796D022291Ca2339
Octal2701711550425134124371
Binary10111000111100111011010100010101001111001010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8796D; }

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

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

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

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

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

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

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

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