#BA7573

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

Shades of Contessa #BA7573

Tints of Contessa #BA7573

Color information

#BA7573 (or 0xBA7573) is unknown color: approx Contessa. HEX triplet: BA, 75 and 73. RGB value is (186,117,115). Sum of RGB (Red+Green+Blue) = 186+117+115=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7573 is #458A8C. Grayscale: #898989. Windows color (decimal): -4557453 or 7566778. OLE color: 7566778.

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

Color convert

RGB186117115-
CMYK00.370.380.27
HSL1.69º33.97%59.02%-
HSV(B)1.69º38.17%72.94%-
XYZ29.7124.419.36-
YUV137.4115.36162.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=44.50%
G=27.99%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611711500.370.380.271.6933.9759.02
HexBA7573025261B2223b
Octal272165163045463324273
Binary101110101110101111001101001011001101101110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7573; }

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

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

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

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

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

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

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

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