#B97566

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

Shades of Contessa #B97566

Tints of Contessa #B97566

Color information

#B97566 (or 0xB97566) is unknown color: approx Contessa. HEX triplet: B9, 75 and 66. RGB value is (185,117,102). Sum of RGB (Red+Green+Blue) = 185+117+102=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B97566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97566 is #468A99. Grayscale: #878787. Windows color (decimal): -4623002 or 6714809. OLE color: 6714809.

HSL color Cylindrical-coordinate representation of color #B97566: hue angle of 10.84º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B97566 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB185117102-
CMYK00.370.450.27
HSL10.84º37.22%56.27%-
HSV(B)10.84º44.86%72.55%-
XYZ28.772415.69-
YUV135.62109.03163.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=45.79%
G=28.96%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511710200.370.450.2710.8437.2256.27
HexB975660252D1Bb2538
Octal2711651460455533134570
Binary10111001111010111001100100101101101110111011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97566; }

 p { color: rgb(185,117,102); }

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

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

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

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

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

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

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