#B9786E

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

Shades of Contessa #B9786E

Tints of Contessa #B9786E

Color information

#B9786E (or 0xB9786E) is unknown color: approx Contessa. HEX triplet: B9, 78 and 6E. RGB value is (185,120,110). Sum of RGB (Red+Green+Blue) = 185+120+110=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9786E is #468791. Grayscale: #8A8A8A. Windows color (decimal): -4622226 or 7239865. OLE color: 7239865.

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

Color convert

RGB185120110-
CMYK00.350.410.27
HSL34.88%57.84%-
HSV(B)40.54%72.55%-
XYZ29.5424.8718-
YUV138.29112.03161.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=44.58%
G=28.92%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512011000.350.410.27834.8857.84
HexB9786E023291B8233a
Octal2711701560435133104372
Binary10111001111100011011100100011101001110111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9786E; }

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

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

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

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

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

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

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

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