#BA7870

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

Shades of Contessa #BA7870

Tints of Contessa #BA7870

Color information

#BA7870 (or 0xBA7870) is unknown color: approx Contessa. HEX triplet: BA, 78 and 70. RGB value is (186,120,112). Sum of RGB (Red+Green+Blue) = 186+120+112=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7870 is #45878F. Grayscale: #8A8A8A. Windows color (decimal): -4556688 or 7370938. OLE color: 7370938.

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

Color convert

RGB186120112-
CMYK00.350.400.27
HSL6.49º34.91%58.43%-
HSV(B)6.49º39.78%72.94%-
XYZ29.8925.0418.59-
YUV138.82112.87161.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=44.50%
G=28.71%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612011200.350.400.276.4934.9158.43
HexBA7870023281B6233a
Octal272170160043503364372
Binary1011101011110001110000010001110100011011110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7870; }

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

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

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

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

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

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

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

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