#BA7764

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

Shades of Contessa #BA7764

Tints of Contessa #BA7764

Color information

#BA7764 (or 0xBA7764) is unknown color: approx Contessa. HEX triplet: BA, 77 and 64. RGB value is (186,119,100). Sum of RGB (Red+Green+Blue) = 186+119+100=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7764 is #45889B. Grayscale: #898989. Windows color (decimal): -4556956 or 6584250. OLE color: 6584250.

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

Color convert

RGB186119100-
CMYK00.360.460.27
HSL13.26º38.39%56.08%-
HSV(B)13.26º46.24%72.94%-
XYZ29.1524.5515.26-
YUV136.87107.2163.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=45.93%
G=29.38%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611910000.360.460.2713.2638.3956.08
HexBA77640242E1Bd2638
Octal2721671440445633154670
Binary10111010111011111001000100100101110110111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7764; }

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

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

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

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

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

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

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

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