#B96E6D

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

Shades of Contessa #B96E6D

Tints of Contessa #B96E6D

Color information

#B96E6D (or 0xB96E6D) is unknown color: approx Contessa. HEX triplet: B9, 6E and 6D. RGB value is (185,110,109). Sum of RGB (Red+Green+Blue) = 185+110+109=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E6D is #469192. Grayscale: #848484. Windows color (decimal): -4624787 or 7171769. OLE color: 7171769.

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

Color convert

RGB185110109-
CMYK00.410.410.27
HSL0.79º35.19%57.65%-
HSV(B)0.79º41.08%72.55%-
XYZ28.3422.5717.33-
YUV132.31114.85165.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=45.79%
G=27.23%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511010900.410.410.270.7935.1957.65
HexB96E6D029291B1233a
Octal271156155051513314372
Binary10111001110111011011010101001101001110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E6D; }

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

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

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

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

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

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

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

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