#B8776C

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

Shades of Contessa #B8776C

Tints of Contessa #B8776C

Color information

#B8776C (or 0xB8776C) is unknown color: approx Contessa. HEX triplet: B8, 77 and 6C. RGB value is (184,119,108). Sum of RGB (Red+Green+Blue) = 184+119+108=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8776C is #478893. Grayscale: #898989. Windows color (decimal): -4688020 or 7108536. OLE color: 7108536.

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

Color convert

RGB184119108-
CMYK00.350.410.28
HSL8.68º34.86%57.25%-
HSV(B)8.68º41.3%72.16%-
XYZ29.0724.4717.38-
YUV137.18111.53161.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=44.77%
G=28.95%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411910800.350.410.288.6834.8657.25
HexB8776C023291C92339
Octal2701671540435134114371
Binary10111000111011111011000100011101001111001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8776C; }

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

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

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

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

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

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

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

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