#BA7970

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

Shades of Contessa #BA7970

Tints of Contessa #BA7970

Color information

#BA7970 (or 0xBA7970) is unknown color: approx Contessa. HEX triplet: BA, 79 and 70. RGB value is (186,121,112). Sum of RGB (Red+Green+Blue) = 186+121+112=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7970 is #45868F. Grayscale: #8B8B8B. Windows color (decimal): -4556432 or 7371194. OLE color: 7371194.

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

Color convert

RGB186121112-
CMYK00.350.400.27
HSL7.3º34.91%58.43%-
HSV(B)7.3º39.78%72.94%-
XYZ30.0125.2818.63-
YUV139.41112.53161.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=44.39%
G=28.88%
B=26.73%

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
Decimal18612111200.350.400.277.334.9158.43
HexBA7970023281B7233a
Octal272171160043503374372
Binary1011101011110011110000010001110100011011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7970; }

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

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

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

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

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

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

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

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