#BA9C6B

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

Shades of Fallow #BA9C6B

Tints of Fallow #BA9C6B

Color information

#BA9C6B (or 0xBA9C6B) is unknown color: approx Fallow. HEX triplet: BA, 9C and 6B. RGB value is (186,156,107). Sum of RGB (Red+Green+Blue) = 186+156+107=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C6B is #456394. Grayscale: #9F9F9F. Windows color (decimal): -4547477 or 7052474. OLE color: 7052474.

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

Color convert

RGB186156107-
CMYK00.160.420.27
HSL37.22º36.41%57.45%-
HSV(B)37.22º42.47%72.94%-
XYZ34.7935.2818.89-
YUV159.3898.44146.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 107 (42.19% from 255) = 23.83%
R=41.43%
G=34.74%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615610700.160.420.2737.2236.4157.45
HexBA9C6B0102A1B252439
Octal2722341530205233454471
Binary1011101010011100110101101000010101011011100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C6B; }

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

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

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

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

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

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

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

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