#B97164

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

Shades of Contessa #B97164

Tints of Contessa #B97164

Color information

#B97164 (or 0xB97164) is unknown color: approx Contessa. HEX triplet: B9, 71 and 64. RGB value is (185,113,100). Sum of RGB (Red+Green+Blue) = 185+113+100=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B97164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97164 is #468E9B. Grayscale: #858585. Windows color (decimal): -4624028 or 6582713. OLE color: 6582713.

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

Color convert

RGB185113100-
CMYK00.390.460.27
HSL9.18º37.78%55.88%-
HSV(B)9.18º45.95%72.55%-
XYZ28.2123.0415.02-
YUV133.05109.35165.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=46.48%
G=28.39%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511310000.390.460.279.1837.7855.88
HexB971640272E1B92638
Octal2711611440475633114670
Binary10111001111000111001000100111101110110111001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97164; }

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

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

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

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

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

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

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

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