#B8796C

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

Shades of Contessa #B8796C

Tints of Contessa #B8796C

Color information

#B8796C (or 0xB8796C) is unknown color: approx Contessa. HEX triplet: B8, 79 and 6C. RGB value is (184,121,108). Sum of RGB (Red+Green+Blue) = 184+121+108=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8796C is #478693. Grayscale: #8A8A8A. Windows color (decimal): -4687508 or 7109048. OLE color: 7109048.

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

Color convert

RGB184121108-
CMYK00.340.410.28
HSL10.26º34.86%57.25%-
HSV(B)10.26º41.3%72.16%-
XYZ29.3124.9517.46-
YUV138.36110.87160.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=44.55%
G=29.30%
B=26.15%

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
Decimal18412110800.340.410.2810.2634.8657.25
HexB8796C022291Ca2339
Octal2701711540425134124371
Binary10111000111100111011000100010101001111001010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8796C; }

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

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

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

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

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

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

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

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