#B9776D

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

Shades of Contessa #B9776D

Tints of Contessa #B9776D

Color information

#B9776D (or 0xB9776D) is unknown color: approx Contessa. HEX triplet: B9, 77 and 6D. RGB value is (185,119,109). Sum of RGB (Red+Green+Blue) = 185+119+109=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9776D is #468892. Grayscale: #898989. Windows color (decimal): -4622483 or 7174073. OLE color: 7174073.

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

Color convert

RGB185119109-
CMYK00.360.410.27
HSL7.89º35.19%57.65%-
HSV(B)7.89º41.08%72.55%-
XYZ29.3624.6117.67-
YUV137.59111.87161.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 119 (46.88% from 255) = 28.81%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=44.79%
G=28.81%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511910900.360.410.277.8935.1957.65
HexB9776D024291B8233a
Octal2711671550445133104372
Binary10111001111011111011010100100101001110111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9776D; }

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

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

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

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

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

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

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

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