#B96A5B

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

Shades of Contessa #B96A5B

Tints of Contessa #B96A5B

Color information

#B96A5B (or 0xB96A5B) is unknown color: approx Contessa. HEX triplet: B9, 6A and 5B. RGB value is (185,106,91). Sum of RGB (Red+Green+Blue) = 185+106+91=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A5B is #4695A4. Grayscale: #808080. Windows color (decimal): -4625829 or 5991097. OLE color: 5991097.

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

Color convert

RGB18510691-
CMYK00.430.510.27
HSL9.57º40.17%54.12%-
HSV(B)9.57º50.81%72.55%-
XYZ27.0521.3812.6-
YUV127.91107.17168.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=48.43%
G=27.75%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851069100.430.510.279.5740.1754.12
HexB96A5B02B331Ba2836
Octal2711521330536333125066
Binary10111001110101010110110101011110011110111010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A5B; }

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

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

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

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

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

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

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

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