#BA9471

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

Shades of Fallow #BA9471

Tints of Fallow #BA9471

Color information

#BA9471 (or 0xBA9471) is unknown color: approx Fallow. HEX triplet: BA, 94 and 71. RGB value is (186,148,113). Sum of RGB (Red+Green+Blue) = 186+148+113=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9471 is #456B8E. Grayscale: #9B9B9B. Windows color (decimal): -4549519 or 7443642. OLE color: 7443642.

HSL color Cylindrical-coordinate representation of color #BA9471: hue angle of 28.77º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9471 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186148113-
CMYK00.200.390.27
HSL28.77º34.6%58.63%-
HSV(B)28.77º39.25%72.94%-
XYZ33.8232.8120.17-
YUV155.37104.09149.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=41.61%
G=33.11%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614811300.200.390.2728.7734.658.63
HexBA9471014271B1d233b
Octal2722241610244733354373
Binary101110101001010011100010101001001111101111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9471; }

 p { color: rgb(186,148,113); }

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

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

 a { background-color: rgb(186,148,113); }

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

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

 span { border-color: rgb(186,148,113); }

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