#BAA06E

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

Shades of Fallow #BAA06E

Tints of Fallow #BAA06E

Color information

#BAA06E (or 0xBAA06E) is unknown color: approx Fallow. HEX triplet: BA, A0 and 6E. RGB value is (186,160,110). Sum of RGB (Red+Green+Blue) = 186+160+110=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA06E is #455F91. Grayscale: #A2A2A2. Windows color (decimal): -4546450 or 7250106. OLE color: 7250106.

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

Color convert

RGB186160110-
CMYK00.140.410.27
HSL39.47º35.51%58.04%-
HSV(B)39.47º40.86%72.94%-
XYZ35.6336.7119.96-
YUV162.0798.61145.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=40.79%
G=35.09%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616011000.140.410.2739.4735.5158.04
HexBAA06E0E291B27243a
Octal2722401560165133474472
Binary101110101010000011011100111010100111011100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA06E; }

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

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

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

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

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

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

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

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