#BAA173

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

Shades of Fallow #BAA173

Tints of Fallow #BAA173

Color information

#BAA173 (or 0xBAA173) is unknown color: approx Fallow. HEX triplet: BA, A1 and 73. RGB value is (186,161,115). Sum of RGB (Red+Green+Blue) = 186+161+115=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA173 is #455E8C. Grayscale: #A3A3A3. Windows color (decimal): -4546189 or 7578042. OLE color: 7578042.

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

Color convert

RGB186161115-
CMYK00.130.380.27
HSL38.87º33.97%59.02%-
HSV(B)38.87º38.17%72.94%-
XYZ36.0937.1721.49-
YUV163.23100.78144.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=40.26%
G=34.85%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616111500.130.380.2738.8733.9759.02
HexBAA1730D261B27223b
Octal2722411630154633474273
Binary101110101010000111100110110110011011011100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA173; }

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

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

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

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

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

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

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

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