#B96A64

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

Shades of Contessa #B96A64

Tints of Contessa #B96A64

Color information

#B96A64 (or 0xB96A64) is unknown color: approx Contessa. HEX triplet: B9, 6A and 64. RGB value is (185,106,100). Sum of RGB (Red+Green+Blue) = 185+106+100=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A64 is #46959B. Grayscale: #818181. Windows color (decimal): -4625820 or 6580921. OLE color: 6580921.

HSL color Cylindrical-coordinate representation of color #B96A64: hue angle of 4.24º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96A64 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB185106100-
CMYK00.430.460.27
HSL4.24º37.78%55.88%-
HSV(B)4.24º45.95%72.55%-
XYZ27.4621.5414.77-
YUV128.94111.67167.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 106 (41.80% from 255) = 27.11%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=47.31%
G=27.11%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510610000.430.460.274.2437.7855.88
HexB96A6402B2E1B42638
Octal271152144053563344670
Binary1011100111010101100100010101110111011011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A64; }

 p { color: rgb(185,106,100); }

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

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

 a { background-color: rgb(185,106,100); }

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

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

 span { border-color: rgb(185,106,100); }

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