#BA7171

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

Shades of Contessa #BA7171

Tints of Contessa #BA7171

Color information

#BA7171 (or 0xBA7171) is unknown color: approx Contessa. HEX triplet: BA, 71 and 71. RGB value is (186,113,113). Sum of RGB (Red+Green+Blue) = 186+113+113=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7171 is #458E8E. Grayscale: #868686. Windows color (decimal): -4558479 or 7434682. OLE color: 7434682.

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

Color convert

RGB186113113-
CMYK00.390.390.27
HSL34.6%58.63%-
HSV(B)39.25%72.94%-
XYZ29.1423.4418.61-
YUV134.83115.68164.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=45.15%
G=27.43%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611311300.390.390.27034.658.63
HexBA7171027271B0233b
Octal272161161047473304373
Binary10111010111000111100010100111100111110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7171; }

 p { color: rgb(186,113,113); }

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

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

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

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

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

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

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