#BAA36E

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

Shades of Fallow #BAA36E

Tints of Fallow #BAA36E

Color information

#BAA36E (or 0xBAA36E) is unknown color: approx Fallow. HEX triplet: BA, A3 and 6E. RGB value is (186,163,110). Sum of RGB (Red+Green+Blue) = 186+163+110=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA36E is #455C91. Grayscale: #A4A4A4. Windows color (decimal): -4545682 or 7250874. OLE color: 7250874.

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

Color convert

RGB186163110-
CMYK00.120.410.27
HSL41.84º35.51%58.04%-
HSV(B)41.84º40.86%72.94%-
XYZ36.1637.7620.13-
YUV163.8397.62143.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=40.52%
G=35.51%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616311000.120.410.2741.8435.5158.04
HexBAA36E0C291B2a243a
Octal2722431560145133524472
Binary101110101010001111011100110010100111011101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA36E; }

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

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

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

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

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

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

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

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