#BA6664

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

Shades of Contessa #BA6664

Tints of Contessa #BA6664

Color information

#BA6664 (or 0xBA6664) is unknown color: approx Contessa. HEX triplet: BA, 66 and 64. RGB value is (186,102,100). Sum of RGB (Red+Green+Blue) = 186+102+100=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6664 is #45999B. Grayscale: #7E7E7E. Windows color (decimal): -4561308 or 6579898. OLE color: 6579898.

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

Color convert

RGB186102100-
CMYK00.450.460.27
HSL1.4º38.39%56.08%-
HSV(B)1.4º46.24%72.94%-
XYZ27.320.8614.64-
YUV126.89112.83170.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=47.94%
G=26.29%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610210000.450.460.271.438.3956.08
HexBA666402D2E1B12638
Octal272146144055563314670
Binary10111010110011011001000101101101110110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6664; }

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

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

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

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

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

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

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

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