#B96C6B

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

Shades of Contessa #B96C6B

Tints of Contessa #B96C6B

Color information

#B96C6B (or 0xB96C6B) is unknown color: approx Contessa. HEX triplet: B9, 6C and 6B. RGB value is (185,108,107). Sum of RGB (Red+Green+Blue) = 185+108+107=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C6B is #469394. Grayscale: #828282. Windows color (decimal): -4625301 or 7040185. OLE color: 7040185.

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

Color convert

RGB185108107-
CMYK00.420.420.27
HSL0.77º35.78%57.25%-
HSV(B)0.77º42.16%72.55%-
XYZ28.0222.116.7-
YUV130.91114.51166.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 107 (42.19% from 255) = 26.75%
R=46.25%
G=27%
B=26.75%

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
Decimal18510810700.420.420.270.7735.7857.25
HexB96C6B02A2A1B12439
Octal271154153052523314471
Binary10111001110110011010110101010101010110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C6B; }

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

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

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

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

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

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

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

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