#B8776D

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

Shades of Contessa #B8776D

Tints of Contessa #B8776D

Color information

#B8776D (or 0xB8776D) is unknown color: approx Contessa. HEX triplet: B8, 77 and 6D. RGB value is (184,119,109). Sum of RGB (Red+Green+Blue) = 184+119+109=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8776D is #478892. Grayscale: #898989. Windows color (decimal): -4688019 or 7174072. OLE color: 7174072.

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

Color convert

RGB184119109-
CMYK00.350.410.28
HSL34.56%57.45%-
HSV(B)40.76%72.16%-
XYZ29.1224.4917.66-
YUV137.29112.03161.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=44.66%
G=28.88%
B=26.46%

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
Decimal18411910900.350.410.28834.5657.45
HexB8776D023291C82339
Octal2701671550435134104371
Binary10111000111011111011010100011101001111001000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8776D; }

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

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

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

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

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

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

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

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