#B9706C

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

Shades of Contessa #B9706C

Tints of Contessa #B9706C

Color information

#B9706C (or 0xB9706C) is unknown color: approx Contessa. HEX triplet: B9, 70 and 6C. RGB value is (185,112,108). Sum of RGB (Red+Green+Blue) = 185+112+108=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9706C is #468F93. Grayscale: #858585. Windows color (decimal): -4624276 or 7106745. OLE color: 7106745.

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

Color convert

RGB185112108-
CMYK00.390.420.27
HSL3.12º35.48%57.45%-
HSV(B)3.12º41.62%72.55%-
XYZ28.5122.9917.12-
YUV133.37113.68164.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 108 (42.58% from 255) = 26.67%
R=45.68%
G=27.65%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511210800.390.420.273.1235.4857.45
HexB9706C0272A1B32339
Octal271160154047523334371
Binary101110011110000110110001001111010101101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9706C; }

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

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

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

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

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

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

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

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