#B8776F

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

Shades of Contessa #B8776F

Tints of Contessa #B8776F

Color information

#B8776F (or 0xB8776F) is unknown color: approx Contessa. HEX triplet: B8, 77 and 6F. RGB value is (184,119,111). Sum of RGB (Red+Green+Blue) = 184+119+111=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8776F is #478890. Grayscale: #898989. Windows color (decimal): -4688017 or 7305144. OLE color: 7305144.

HSL color Cylindrical-coordinate representation of color #B8776F: hue angle of 6.58º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8776F is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184119111-
CMYK00.350.400.28
HSL6.58º33.95%57.84%-
HSV(B)6.58º39.67%72.16%-
XYZ29.2324.5318.23-
YUV137.52113.03161.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=44.44%
G=28.74%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411911100.350.400.286.5833.9557.84
HexB8776F023281C7223a
Octal270167157043503474272
Binary1011100011101111101111010001110100011100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8776F; }

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

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

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

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

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

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

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

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