#BAA277

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

Shades of Fallow #BAA277

Tints of Fallow #BAA277

Color information

#BAA277 (or 0xBAA277) is unknown color: approx Fallow. HEX triplet: BA, A2 and 77. RGB value is (186,162,119). Sum of RGB (Red+Green+Blue) = 186+162+119=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA277 is #455D88. Grayscale: #A4A4A4. Windows color (decimal): -4545929 or 7840442. OLE color: 7840442.

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

Color convert

RGB186162119-
CMYK00.130.360.27
HSL38.51º32.68%59.8%-
HSV(B)38.51º36.02%72.94%-
XYZ36.537.6122.79-
YUV164.27102.45143.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=39.83%
G=34.69%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616211900.130.360.2738.5132.6859.8
HexBAA2770D241B27213c
Octal2722421670154433474174
Binary101110101010001011101110110110010011011100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA277; }

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

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

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

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

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

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

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

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