#B9776C

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

Shades of Contessa #B9776C

Tints of Contessa #B9776C

Color information

#B9776C (or 0xB9776C) is unknown color: approx Contessa. HEX triplet: B9, 77 and 6C. RGB value is (185,119,108). Sum of RGB (Red+Green+Blue) = 185+119+108=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9776C is #468893. Grayscale: #898989. Windows color (decimal): -4622484 or 7108537. OLE color: 7108537.

HSL color Cylindrical-coordinate representation of color #B9776C: hue angle of 8.57º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9776C is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185119108-
CMYK00.360.420.27
HSL8.57º35.48%57.45%-
HSV(B)8.57º41.62%72.55%-
XYZ29.3124.5917.39-
YUV137.48111.37161.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=44.90%
G=28.88%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511910800.360.420.278.5735.4857.45
HexB9776C0242A1B92339
Octal2711671540445233114371
Binary10111001111011111011000100100101010110111001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9776C; }

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

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

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

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

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

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

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

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