#BAA16B

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

Shades of Fallow #BAA16B

Tints of Fallow #BAA16B

Color information

#BAA16B (or 0xBAA16B) is unknown color: approx Fallow. HEX triplet: BA, A1 and 6B. RGB value is (186,161,107). Sum of RGB (Red+Green+Blue) = 186+161+107=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA16B is #455E94. Grayscale: #A2A2A2. Windows color (decimal): -4546197 or 7053754. OLE color: 7053754.

HSL color Cylindrical-coordinate representation of color #BAA16B: hue angle of 41.01º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAA16B is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186161107-
CMYK00.130.420.27
HSL41.01º36.41%57.45%-
HSV(B)41.01º42.47%72.94%-
XYZ35.6536.9919.17-
YUV162.3296.78144.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=40.97%
G=35.46%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616110700.130.420.2741.0136.4157.45
HexBAA16B0D2A1B292439
Octal2722411530155233514471
Binary101110101010000111010110110110101011011101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA16B; }

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

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

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

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

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

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

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

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