#ba9e6b

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

Shades of Fallow #BA9E6B

Tints of Fallow #BA9E6B

Color information

#BA9E6B (or 0xBA9E6B) is unknown color: approx Fallow. HEX triplet: BA, 9E and 6B. RGB value is (186,158,107). Sum of RGB (Red+Green+Blue) = 186+158+107=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E6B is #456194. Grayscale: #A0A0A0. Windows color (decimal): -4546965 or 7052986. OLE color: 7052986.

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

Color convert

RGB186158107-
CMYK00.150.420.27
HSL38.73º36.41%57.45%-
HSV(B)38.73º42.47%72.94%-
XYZ35.1335.9519-
YUV160.5697.78146.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 158 (62.11% from 255) = 35.03%
BLUE value IS 107 (42.19% from 255) = 23.73%
R=41.24%
G=35.03%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615810700.150.420.2738.7336.4157.45
HexBA9E6B0F2A1B272439
Octal2722361530175233474471
Binary101110101001111011010110111110101011011100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba9e6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba9e6b; }

 p { color: rgb(186,158,107); }

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

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

 a { background-color: rgb(186,158,107); }

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

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

 span { border-color: rgb(186,158,107); }

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