#BA9971

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

Shades of Fallow #BA9971

Tints of Fallow #BA9971

Color information

#BA9971 (or 0xBA9971) is unknown color: approx Fallow. HEX triplet: BA, 99 and 71. RGB value is (186,153,113). Sum of RGB (Red+Green+Blue) = 186+153+113=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9971 is #45668E. Grayscale: #9E9E9E. Windows color (decimal): -4548239 or 7444922. OLE color: 7444922.

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

Color convert

RGB186153113-
CMYK00.180.390.27
HSL32.88º34.6%58.63%-
HSV(B)32.88º39.25%72.94%-
XYZ34.6234.4120.44-
YUV158.31102.43147.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 113 (44.53% from 255) = 25%
R=41.15%
G=33.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615311300.180.390.2732.8834.658.63
HexBA9971012271B21233b
Octal2722311610224733414373
Binary1011101010011001111000101001010011111011100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9971; }

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

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

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

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

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

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

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

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