#BA7365

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

Shades of Contessa #BA7365

Tints of Contessa #BA7365

Color information

#BA7365 (or 0xBA7365) is unknown color: approx Contessa. HEX triplet: BA, 73 and 65. RGB value is (186,115,101). Sum of RGB (Red+Green+Blue) = 186+115+101=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7365 is #458C9A. Grayscale: #868686. Windows color (decimal): -4557979 or 6648762. OLE color: 6648762.

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

Color convert

RGB186115101-
CMYK00.380.460.27
HSL9.88º38.12%56.27%-
HSV(B)9.88º45.7%72.94%-
XYZ28.7323.6415.36-
YUV134.63109.02164.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=46.27%
G=28.61%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611510100.380.460.279.8838.1256.27
HexBA73650262E1Ba2638
Octal2721631450465633124670
Binary10111010111001111001010100110101110110111010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7365; }

 p { color: rgb(186,115,101); }

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

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

 a { background-color: rgb(186,115,101); }

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

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

 span { border-color: rgb(186,115,101); }

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