#BAA171

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

Shades of Fallow #BAA171

Tints of Fallow #BAA171

Color information

#BAA171 (or 0xBAA171) is unknown color: approx Fallow. HEX triplet: BA, A1 and 71. RGB value is (186,161,113). Sum of RGB (Red+Green+Blue) = 186+161+113=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA171 is #455E8E. Grayscale: #A3A3A3. Windows color (decimal): -4546191 or 7446970. OLE color: 7446970.

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

Color convert

RGB186161113-
CMYK00.130.390.27
HSL39.45º34.6%58.63%-
HSV(B)39.45º39.25%72.94%-
XYZ35.9837.1220.89-
YUV16399.78144.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=40.43%
G=35%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616111300.130.390.2739.4534.658.63
HexBAA1710D271B27233b
Octal2722411610154733474373
Binary101110101010000111100010110110011111011100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA171; }

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

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

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

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

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

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

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

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