#BAA071

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

Shades of Fallow #BAA071

Tints of Fallow #BAA071

Color information

#BAA071 (or 0xBAA071) is unknown color: approx Fallow. HEX triplet: BA, A0 and 71. RGB value is (186,160,113). Sum of RGB (Red+Green+Blue) = 186+160+113=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA071 is #455F8E. Grayscale: #A2A2A2. Windows color (decimal): -4546447 or 7446714. OLE color: 7446714.

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

Color convert

RGB186160113-
CMYK00.140.390.27
HSL38.63º34.6%58.63%-
HSV(B)38.63º39.25%72.94%-
XYZ35.836.7720.83-
YUV162.42100.11144.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=40.52%
G=34.86%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616011300.140.390.2738.6334.658.63
HexBAA0710E271B27233b
Octal2722401610164733474373
Binary101110101010000011100010111010011111011100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA071; }

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

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

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

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

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

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

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

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