#BAA06A

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

Shades of Fallow #BAA06A

Tints of Fallow #BAA06A

Color information

#BAA06A (or 0xBAA06A) is unknown color: approx Fallow. HEX triplet: BA, A0 and 6A. RGB value is (186,160,106). Sum of RGB (Red+Green+Blue) = 186+160+106=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA06A is #455F95. Grayscale: #A1A1A1. Windows color (decimal): -4546454 or 6987962. OLE color: 6987962.

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

Color convert

RGB186160106-
CMYK00.140.430.27
HSL40.5º36.7%57.25%-
HSV(B)40.5º43.01%72.94%-
XYZ35.4236.6218.84-
YUV161.6296.61145.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=41.15%
G=35.40%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616010600.140.430.2740.536.757.25
HexBAA06A0E2B1B292539
Octal2722401520165333514571
Binary101110101010000011010100111010101111011101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA06A; }

 p { color: rgb(186,160,106); }

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

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

 a { background-color: rgb(186,160,106); }

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

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

 span { border-color: rgb(186,160,106); }

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