#BA6460

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

Shades of Contessa #BA6460

Tints of Contessa #BA6460

Color information

#BA6460 (or 0xBA6460) is unknown color: approx Contessa. HEX triplet: BA, 64 and 60. RGB value is (186,100,96). Sum of RGB (Red+Green+Blue) = 186+100+96=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6460 is #459B9F. Grayscale: #7D7D7D. Windows color (decimal): -4561824 or 6317242. OLE color: 6317242.

HSL color Cylindrical-coordinate representation of color #BA6460: hue angle of 2.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6460 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18610096-
CMYK00.460.480.27
HSL2.67º39.47%55.29%-
HSV(B)2.67º48.39%72.94%-
XYZ26.9220.413.58-
YUV125.26111.49171.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=48.69%
G=26.18%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861009600.460.480.272.6739.4755.29
HexBA646002E301B32737
Octal272144140056603334767
Binary101110101100100110000001011101100001101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6460; }

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

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

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

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

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

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

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

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