#B96C61

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

Shades of Contessa #B96C61

Tints of Contessa #B96C61

Color information

#B96C61 (or 0xB96C61) is unknown color: approx Contessa. HEX triplet: B9, 6C and 61. RGB value is (185,108,97). Sum of RGB (Red+Green+Blue) = 185+108+97=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C61 is #46939E. Grayscale: #818181. Windows color (decimal): -4625311 or 6384825. OLE color: 6384825.

HSL color Cylindrical-coordinate representation of color #B96C61: hue angle of 7.5º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B96C61 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18510897-
CMYK00.420.480.27
HSL7.5º38.6%55.29%-
HSV(B)7.5º47.57%72.55%-
XYZ27.5321.914.09-
YUV129.77109.51167.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=47.44%
G=27.69%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851089700.420.480.277.538.655.29
HexB96C6102A301B82737
Octal2711541410526033104767
Binary10111001110110011000010101010110000110111000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C61; }

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

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

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

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

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

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

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

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