#B96D5C

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

Shades of Contessa #B96D5C

Tints of Contessa #B96D5C

Color information

#B96D5C (or 0xB96D5C) is unknown color: approx Contessa. HEX triplet: B9, 6D and 5C. RGB value is (185,109,92). Sum of RGB (Red+Green+Blue) = 185+109+92=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D5C is #4692A3. Grayscale: #818181. Windows color (decimal): -4625060 or 6057401. OLE color: 6057401.

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

Color convert

RGB18510992-
CMYK00.410.500.27
HSL10.97º39.91%54.31%-
HSV(B)10.97º50.27%72.55%-
XYZ27.4122.0212.93-
YUV129.79106.68167.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=47.93%
G=28.24%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851099200.410.500.2710.9739.9154.31
HexB96D5C029321Bb2836
Octal2711551340516233135066
Binary10111001110110110111000101001110010110111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D5C; }

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

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

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

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

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

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

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

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