#B96C6C

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

Shades of Contessa #B96C6C

Tints of Contessa #B96C6C

Color information

#B96C6C (or 0xB96C6C) is unknown color: approx Contessa. HEX triplet: B9, 6C and 6C. RGB value is (185,108,108). Sum of RGB (Red+Green+Blue) = 185+108+108=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C6C is #469393. Grayscale: #838383. Windows color (decimal): -4625300 or 7105721. OLE color: 7105721.

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

Color convert

RGB185108108-
CMYK00.420.420.27
HSL35.48%57.45%-
HSV(B)41.62%72.55%-
XYZ28.0822.1216.98-
YUV131.02115.01166.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=46.13%
G=26.93%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510810800.420.420.27035.4857.45
HexB96C6C02A2A1B02339
Octal271154154052523304371
Binary10111001110110011011000101010101010110110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C6C; }

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

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

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

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

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

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

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

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