#B97564

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

Shades of Contessa #B97564

Tints of Contessa #B97564

Color information

#B97564 (or 0xB97564) is unknown color: approx Contessa. HEX triplet: B9, 75 and 64. RGB value is (185,117,100). Sum of RGB (Red+Green+Blue) = 185+117+100=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B97564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97564 is #468A9B. Grayscale: #878787. Windows color (decimal): -4623004 or 6583737. OLE color: 6583737.

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

Color convert

RGB185117100-
CMYK00.370.460.27
HSL12º37.78%55.88%-
HSV(B)12º45.95%72.55%-
XYZ28.6723.9615.17-
YUV135.39108.03163.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=46.02%
G=29.10%
B=24.88%

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
Decimal18511710000.370.460.271237.7855.88
HexB975640252E1Bc2638
Octal2711651440455633144670
Binary10111001111010111001000100101101110110111100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97564; }

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

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

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

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

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

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

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

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