#BA7564

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

Shades of Contessa #BA7564

Tints of Contessa #BA7564

Color information

#BA7564 (or 0xBA7564) is unknown color: approx Contessa. HEX triplet: BA, 75 and 64. RGB value is (186,117,100). Sum of RGB (Red+Green+Blue) = 186+117+100=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7564 is #458A9B. Grayscale: #878787. Windows color (decimal): -4557468 or 6583738. OLE color: 6583738.

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

Color convert

RGB186117100-
CMYK00.370.460.27
HSL11.86º38.39%56.08%-
HSV(B)11.86º46.24%72.94%-
XYZ28.9124.0815.18-
YUV135.69107.86163.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=46.15%
G=29.03%
B=24.81%

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
Decimal18611710000.370.460.2711.8638.3956.08
HexBA75640252E1Bc2638
Octal2721651440455633144670
Binary10111010111010111001000100101101110110111100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7564; }

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

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

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

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

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

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

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

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