#BA7473

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

Shades of Contessa #BA7473

Tints of Contessa #BA7473

Color information

#BA7473 (or 0xBA7473) is unknown color: approx Contessa. HEX triplet: BA, 74 and 73. RGB value is (186,116,115). Sum of RGB (Red+Green+Blue) = 186+116+115=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7473 is #458B8C. Grayscale: #888888. Windows color (decimal): -4557709 or 7566522. OLE color: 7566522.

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

Color convert

RGB186116115-
CMYK00.380.380.27
HSL0.85º33.97%59.02%-
HSV(B)0.85º38.17%72.94%-
XYZ29.5924.1719.32-
YUV136.82115.69163.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=44.60%
G=27.82%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611611500.380.380.270.8533.9759.02
HexBA7473026261B1223b
Octal272164163046463314273
Binary10111010111010011100110100110100110110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7473; }

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

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

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

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

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

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

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

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