#BA7470

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

Shades of Contessa #BA7470

Tints of Contessa #BA7470

Color information

#BA7470 (or 0xBA7470) is unknown color: approx Contessa. HEX triplet: BA, 74 and 70. RGB value is (186,116,112). Sum of RGB (Red+Green+Blue) = 186+116+112=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7470 is #458B8F. Grayscale: #888888. Windows color (decimal): -4557712 or 7369914. OLE color: 7369914.

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

Color convert

RGB186116112-
CMYK00.380.400.27
HSL3.24º34.91%58.43%-
HSV(B)3.24º39.78%72.94%-
XYZ29.4224.118.43-
YUV136.47114.19163.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=44.93%
G=28.02%
B=27.05%

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
Decimal18611611200.380.400.273.2434.9158.43
HexBA7470026281B3233a
Octal272164160046503334372
Binary101110101110100111000001001101010001101111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7470; }

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

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

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

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

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

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

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

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