#BA7471

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

Shades of Contessa #BA7471

Tints of Contessa #BA7471

Color information

#BA7471 (or 0xBA7471) is unknown color: approx Contessa. HEX triplet: BA, 74 and 71. RGB value is (186,116,113). Sum of RGB (Red+Green+Blue) = 186+116+113=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7471 is #458B8E. Grayscale: #888888. Windows color (decimal): -4557711 or 7435450. OLE color: 7435450.

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

Color convert

RGB186116113-
CMYK00.380.390.27
HSL2.47º34.6%58.63%-
HSV(B)2.47º39.25%72.94%-
XYZ29.4824.1218.73-
YUV136.59114.69163.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=44.82%
G=27.95%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611611300.380.390.272.4734.658.63
HexBA7471026271B2233b
Octal272164161046473324373
Binary101110101110100111000101001101001111101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7471; }

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

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

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

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

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

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

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

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