#B97866

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

Shades of Contessa #B97866

Tints of Contessa #B97866

Color information

#B97866 (or 0xB97866) is unknown color: approx Contessa. HEX triplet: B9, 78 and 66. RGB value is (185,120,102). Sum of RGB (Red+Green+Blue) = 185+120+102=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B97866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97866 is #468799. Grayscale: #898989. Windows color (decimal): -4622234 or 6715577. OLE color: 6715577.

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

Color convert

RGB185120102-
CMYK00.350.450.27
HSL13.01º37.22%56.27%-
HSV(B)13.01º44.86%72.55%-
XYZ29.1224.7115.8-
YUV137.38108.03161.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=45.45%
G=29.48%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512010200.350.450.2713.0137.2256.27
HexB978660232D1Bd2538
Octal2711701460435533154570
Binary10111001111100011001100100011101101110111101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97866; }

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

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

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

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

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

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

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

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