#BA7971

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

Shades of Contessa #BA7971

Tints of Contessa #BA7971

Color information

#BA7971 (or 0xBA7971) is unknown color: approx Contessa. HEX triplet: BA, 79 and 71. RGB value is (186,121,113). Sum of RGB (Red+Green+Blue) = 186+121+113=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7971 is #45868E. Grayscale: #8B8B8B. Windows color (decimal): -4556431 or 7436730. OLE color: 7436730.

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

Color convert

RGB186121113-
CMYK00.350.390.27
HSL6.58º34.6%58.63%-
HSV(B)6.58º39.25%72.94%-
XYZ30.0725.3118.92-
YUV139.52113.03161.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=44.29%
G=28.81%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612111300.350.390.276.5834.658.63
HexBA7971023271B7233b
Octal272171161043473374373
Binary1011101011110011110001010001110011111011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7971; }

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

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

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

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

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

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

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

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