#BA9F77

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

Shades of Fallow #BA9F77

Tints of Fallow #BA9F77

Color information

#BA9F77 (or 0xBA9F77) is unknown color: approx Fallow. HEX triplet: BA, 9F and 77. RGB value is (186,159,119). Sum of RGB (Red+Green+Blue) = 186+159+119=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F77 is #456088. Grayscale: #A2A2A2. Windows color (decimal): -4546697 or 7839674. OLE color: 7839674.

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

Color convert

RGB186159119-
CMYK00.150.360.27
HSL35.82º32.68%59.8%-
HSV(B)35.82º36.02%72.94%-
XYZ35.9836.5722.61-
YUV162.51103.45144.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=40.09%
G=34.27%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615911900.150.360.2735.8232.6859.8
HexBA9F770F241B24213c
Octal2722371670174433444174
Binary101110101001111111101110111110010011011100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F77; }

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

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

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

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

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

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

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

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