#BA7873

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

Shades of Contessa #BA7873

Tints of Contessa #BA7873

Color information

#BA7873 (or 0xBA7873) is unknown color: approx Contessa. HEX triplet: BA, 78 and 73. RGB value is (186,120,115). Sum of RGB (Red+Green+Blue) = 186+120+115=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7873 is #45878C. Grayscale: #8B8B8B. Windows color (decimal): -4556685 or 7567546. OLE color: 7567546.

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

Color convert

RGB186120115-
CMYK00.350.380.27
HSL4.23º33.97%59.02%-
HSV(B)4.23º38.17%72.94%-
XYZ30.0625.1119.48-
YUV139.16114.37161.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=44.18%
G=28.50%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612011500.350.380.274.2333.9759.02
HexBA7873023261B4223b
Octal272170163043463344273
Binary1011101011110001110011010001110011011011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7873; }

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

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

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

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

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

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

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

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