#BA7664

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

Shades of Contessa #BA7664

Tints of Contessa #BA7664

Color information

#BA7664 (or 0xBA7664) is unknown color: approx Contessa. HEX triplet: BA, 76 and 64. RGB value is (186,118,100). Sum of RGB (Red+Green+Blue) = 186+118+100=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7664 is #45899B. Grayscale: #888888. Windows color (decimal): -4557212 or 6583994. OLE color: 6583994.

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

Color convert

RGB186118100-
CMYK00.370.460.27
HSL12.56º38.39%56.08%-
HSV(B)12.56º46.24%72.94%-
XYZ29.0324.3215.22-
YUV136.28107.53163.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=46.04%
G=29.21%
B=24.75%

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
Decimal18611810000.370.460.2712.5638.3956.08
HexBA76640252E1Bd2638
Octal2721661440455633154670
Binary10111010111011011001000100101101110110111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7664; }

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

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

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

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

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

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

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

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