#B97166

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

Shades of Contessa #B97166

Tints of Contessa #B97166

Color information

#B97166 (or 0xB97166) is unknown color: approx Contessa. HEX triplet: B9, 71 and 66. RGB value is (185,113,102). Sum of RGB (Red+Green+Blue) = 185+113+102=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B97166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97166 is #468E99. Grayscale: #858585. Windows color (decimal): -4624026 or 6713785. OLE color: 6713785.

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

Color convert

RGB185113102-
CMYK00.390.450.27
HSL7.95º37.22%56.27%-
HSV(B)7.95º44.86%72.55%-
XYZ28.3123.0815.53-
YUV133.27110.35164.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 102 (40.23% from 255) = 25.5%
R=46.25%
G=28.25%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511310200.390.450.277.9537.2256.27
HexB971660272D1B82538
Octal2711611460475533104570
Binary10111001111000111001100100111101101110111000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97166; }

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

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

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

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

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

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

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

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