#B96C5B

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

Shades of Contessa #B96C5B

Tints of Contessa #B96C5B

Color information

#B96C5B (or 0xB96C5B) is unknown color: approx Contessa. HEX triplet: B9, 6C and 5B. RGB value is (185,108,91). Sum of RGB (Red+Green+Blue) = 185+108+91=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C5B is #4693A4. Grayscale: #818181. Windows color (decimal): -4625317 or 5991609. OLE color: 5991609.

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

Color convert

RGB18510891-
CMYK00.420.510.27
HSL10.85º40.17%54.12%-
HSV(B)10.85º50.81%72.55%-
XYZ27.2621.7912.67-
YUV129.08106.51167.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=48.18%
G=28.12%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851089100.420.510.2710.8540.1754.12
HexB96C5B02A331Bb2836
Octal2711541330526333135066
Binary10111001110110010110110101010110011110111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C5B; }

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

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

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

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

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

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

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

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