#B9756D

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

Shades of Contessa #B9756D

Tints of Contessa #B9756D

Color information

#B9756D (or 0xB9756D) is unknown color: approx Contessa. HEX triplet: B9, 75 and 6D. RGB value is (185,117,109). Sum of RGB (Red+Green+Blue) = 185+117+109=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9756D is #468A92. Grayscale: #888888. Windows color (decimal): -4622995 or 7173561. OLE color: 7173561.

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

Color convert

RGB185117109-
CMYK00.370.410.27
HSL6.32º35.19%57.65%-
HSV(B)6.32º41.08%72.55%-
XYZ29.1324.1417.59-
YUV136.42112.53162.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=45.01%
G=28.47%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511710900.370.410.276.3235.1957.65
HexB9756D025291B6233a
Octal271165155045513364372
Binary1011100111101011101101010010110100111011110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9756D; }

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

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

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

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

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

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

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

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