#BA9B6D

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

Shades of Fallow #BA9B6D

Tints of Fallow #BA9B6D

Color information

#BA9B6D (or 0xBA9B6D) is unknown color: approx Fallow. HEX triplet: BA, 9B and 6D. RGB value is (186,155,109). Sum of RGB (Red+Green+Blue) = 186+155+109=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B6D is #456492. Grayscale: #9F9F9F. Windows color (decimal): -4547731 or 7183290. OLE color: 7183290.

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

Color convert

RGB186155109-
CMYK00.170.410.27
HSL35.84º35.81%57.84%-
HSV(B)35.84º41.4%72.94%-
XYZ34.7334.9919.39-
YUV159.0299.77147.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=41.33%
G=34.44%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615510900.170.410.2735.8435.8157.84
HexBA9B6D011291B24243a
Octal2722331550215133444472
Binary1011101010011011110110101000110100111011100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B6D; }

 p { color: rgb(186,155,109); }

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

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

 a { background-color: rgb(186,155,109); }

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

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

 span { border-color: rgb(186,155,109); }

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