#B97464

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

Shades of Contessa #B97464

Tints of Contessa #B97464

Color information

#B97464 (or 0xB97464) is unknown color: approx Contessa. HEX triplet: B9, 74 and 64. RGB value is (185,116,100). Sum of RGB (Red+Green+Blue) = 185+116+100=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B97464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97464 is #468B9B. Grayscale: #868686. Windows color (decimal): -4623260 or 6583481. OLE color: 6583481.

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

Color convert

RGB185116100-
CMYK00.370.460.27
HSL11.29º37.78%55.88%-
HSV(B)11.29º45.95%72.55%-
XYZ28.5523.7315.13-
YUV134.81108.36163.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=46.13%
G=28.93%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511610000.370.460.2711.2937.7855.88
HexB974640252E1Bb2638
Octal2711641440455633134670
Binary10111001111010011001000100101101110110111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97464; }

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

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

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

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

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

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

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

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