#B96D6B

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

Shades of Contessa #B96D6B

Tints of Contessa #B96D6B

Color information

#B96D6B (or 0xB96D6B) is unknown color: approx Contessa. HEX triplet: B9, 6D and 6B. RGB value is (185,109,107). Sum of RGB (Red+Green+Blue) = 185+109+107=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D6B is #469294. Grayscale: #838383. Windows color (decimal): -4625045 or 7040441. OLE color: 7040441.

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

Color convert

RGB185109107-
CMYK00.410.420.27
HSL1.54º35.78%57.25%-
HSV(B)1.54º42.16%72.55%-
XYZ28.1322.3116.73-
YUV131.5114.18166.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=46.13%
G=27.18%
B=26.68%

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
Decimal18510910700.410.420.271.5435.7857.25
HexB96D6B0292A1B22439
Octal271155153051523324471
Binary101110011101101110101101010011010101101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D6B; }

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

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

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

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

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

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

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

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