#BA7270

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

Shades of Contessa #BA7270

Tints of Contessa #BA7270

Color information

#BA7270 (or 0xBA7270) is unknown color: approx Contessa. HEX triplet: BA, 72 and 70. RGB value is (186,114,112). Sum of RGB (Red+Green+Blue) = 186+114+112=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7270 is #458D8F. Grayscale: #878787. Windows color (decimal): -4558224 or 7369402. OLE color: 7369402.

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

Color convert

RGB186114112-
CMYK00.390.400.27
HSL1.62º34.91%58.43%-
HSV(B)1.62º39.78%72.94%-
XYZ29.1923.6418.35-
YUV135.3114.85164.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=45.15%
G=27.67%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611411200.390.400.271.6234.9158.43
HexBA7270027281B2233a
Octal272162160047503324372
Binary101110101110010111000001001111010001101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7270; }

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

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

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

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

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

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

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

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