#BA7370

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

Shades of Contessa #BA7370

Tints of Contessa #BA7370

Color information

#BA7370 (or 0xBA7370) is unknown color: approx Contessa. HEX triplet: BA, 73 and 70. RGB value is (186,115,112). Sum of RGB (Red+Green+Blue) = 186+115+112=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7370 is #458C8F. Grayscale: #878787. Windows color (decimal): -4557968 or 7369658. OLE color: 7369658.

HSL color Cylindrical-coordinate representation of color #BA7370: hue angle of 2.43º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7370 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186115112-
CMYK00.380.400.27
HSL2.43º34.91%58.43%-
HSV(B)2.43º39.78%72.94%-
XYZ29.3123.8718.39-
YUV135.89114.52163.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=45.04%
G=27.85%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611511200.380.400.272.4334.9158.43
HexBA7370026281B2233a
Octal272163160046503324372
Binary101110101110011111000001001101010001101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7370; }

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

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

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

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

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

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

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

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