#BA7371

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

Shades of Contessa #BA7371

Tints of Contessa #BA7371

Color information

#BA7371 (or 0xBA7371) is unknown color: approx Contessa. HEX triplet: BA, 73 and 71. RGB value is (186,115,113). Sum of RGB (Red+Green+Blue) = 186+115+113=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7371 is #458C8E. Grayscale: #888888. Windows color (decimal): -4557967 or 7435194. OLE color: 7435194.

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

Color convert

RGB186115113-
CMYK00.380.390.27
HSL1.64º34.6%58.63%-
HSV(B)1.64º39.25%72.94%-
XYZ29.3623.8918.69-
YUV136115.02163.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=44.93%
G=27.78%
B=27.29%

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
Decimal18611511300.380.390.271.6434.658.63
HexBA7371026271B2233b
Octal272163161046473324373
Binary101110101110011111000101001101001111101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7371; }

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

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

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

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

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

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

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

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