#BA9A6A

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

Shades of Fallow #BA9A6A

Tints of Fallow #BA9A6A

Color information

#BA9A6A (or 0xBA9A6A) is unknown color: approx Fallow. HEX triplet: BA, 9A and 6A. RGB value is (186,154,106). Sum of RGB (Red+Green+Blue) = 186+154+106=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A6A is #456595. Grayscale: #9E9E9E. Windows color (decimal): -4547990 or 6986426. OLE color: 6986426.

HSL color Cylindrical-coordinate representation of color #BA9A6A: hue angle of 36º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA9A6A is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB186154106-
CMYK00.170.430.27
HSL36º36.7%57.25%-
HSV(B)36º43.01%72.94%-
XYZ34.4134.5918.5-
YUV158.198.6147.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=41.70%
G=34.53%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615410600.170.430.273636.757.25
HexBA9A6A0112B1B242539
Octal2722321520215333444571
Binary1011101010011010110101001000110101111011100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A6A; }

 p { color: rgb(186,154,106); }

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

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

 a { background-color: rgb(186,154,106); }

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

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

 span { border-color: rgb(186,154,106); }

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