#BA7964

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

Shades of Contessa #BA7964

Tints of Contessa #BA7964

Color information

#BA7964 (or 0xBA7964) is unknown color: approx Contessa. HEX triplet: BA, 79 and 64. RGB value is (186,121,100). Sum of RGB (Red+Green+Blue) = 186+121+100=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7964 is #45869B. Grayscale: #8A8A8A. Windows color (decimal): -4556444 or 6584762. OLE color: 6584762.

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

Color convert

RGB186121100-
CMYK00.350.460.27
HSL14.65º38.39%56.08%-
HSV(B)14.65º46.24%72.94%-
XYZ29.3925.0315.34-
YUV138.04106.53162.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=45.70%
G=29.73%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612110000.350.460.2714.6538.3956.08
HexBA79640232E1Bf2638
Octal2721711440435633174670
Binary10111010111100111001000100011101110110111111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7964; }

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

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

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

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

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

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

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

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