#BA9C6A

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

Shades of Fallow #BA9C6A

Tints of Fallow #BA9C6A

Color information

#BA9C6A (or 0xBA9C6A) is unknown color: approx Fallow. HEX triplet: BA, 9C and 6A. RGB value is (186,156,106). Sum of RGB (Red+Green+Blue) = 186+156+106=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C6A is #456395. Grayscale: #9F9F9F. Windows color (decimal): -4547478 or 6986938. OLE color: 6986938.

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

Color convert

RGB186156106-
CMYK00.160.430.27
HSL37.5º36.7%57.25%-
HSV(B)37.5º43.01%72.94%-
XYZ34.7435.2618.61-
YUV159.2797.94147.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=41.52%
G=34.82%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615610600.160.430.2737.536.757.25
HexBA9C6A0102B1B262539
Octal2722341520205333464571
Binary1011101010011100110101001000010101111011100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C6A; }

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

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

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

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

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

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

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

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