#B96D6C

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

Shades of Contessa #B96D6C

Tints of Contessa #B96D6C

Color information

#B96D6C (or 0xB96D6C) is unknown color: approx Contessa. HEX triplet: B9, 6D and 6C. RGB value is (185,109,108). Sum of RGB (Red+Green+Blue) = 185+109+108=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D6C is #469293. Grayscale: #838383. Windows color (decimal): -4625044 or 7105977. OLE color: 7105977.

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

Color convert

RGB185109108-
CMYK00.410.420.27
HSL0.78º35.48%57.45%-
HSV(B)0.78º41.62%72.55%-
XYZ28.1822.3317.01-
YUV131.61114.68166.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=46.02%
G=27.11%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510910800.410.420.270.7835.4857.45
HexB96D6C0292A1B12339
Octal271155154051523314371
Binary10111001110110111011000101001101010110111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D6C; }

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

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

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

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

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

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

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

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