#BAA273

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

Shades of Fallow #BAA273

Tints of Fallow #BAA273

Color information

#BAA273 (or 0xBAA273) is unknown color: approx Fallow. HEX triplet: BA, A2 and 73. RGB value is (186,162,115). Sum of RGB (Red+Green+Blue) = 186+162+115=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA273 is #455D8C. Grayscale: #A4A4A4. Windows color (decimal): -4545933 or 7578298. OLE color: 7578298.

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

Color convert

RGB186162115-
CMYK00.130.380.27
HSL39.72º33.97%59.02%-
HSV(B)39.72º38.17%72.94%-
XYZ36.2637.5221.55-
YUV163.82100.45143.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=40.17%
G=34.99%
B=24.84%

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
Decimal18616211500.130.380.2739.7233.9759.02
HexBAA2730D261B28223b
Octal2722421630154633504273
Binary101110101010001011100110110110011011011101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA273; }

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

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

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

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

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

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

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

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