#B9776E

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

Shades of Contessa #B9776E

Tints of Contessa #B9776E

Color information

#B9776E (or 0xB9776E) is unknown color: approx Contessa. HEX triplet: B9, 77 and 6E. RGB value is (185,119,110). Sum of RGB (Red+Green+Blue) = 185+119+110=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9776E is #468891. Grayscale: #898989. Windows color (decimal): -4622482 or 7239609. OLE color: 7239609.

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

Color convert

RGB185119110-
CMYK00.360.410.27
HSL7.2º34.88%57.84%-
HSV(B)7.2º40.54%72.55%-
XYZ29.4224.6317.96-
YUV137.71112.37161.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=44.69%
G=28.74%
B=26.57%

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
Decimal18511911000.360.410.277.234.8857.84
HexB9776E024291B7233a
Octal271167156044513374372
Binary1011100111101111101110010010010100111011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9776E; }

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

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

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

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

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

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

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

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