#BA9472

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

Shades of Fallow #BA9472

Tints of Fallow #BA9472

Color information

#BA9472 (or 0xBA9472) is unknown color: approx Fallow. HEX triplet: BA, 94 and 72. RGB value is (186,148,114). Sum of RGB (Red+Green+Blue) = 186+148+114=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9472 is #456B8D. Grayscale: #9B9B9B. Windows color (decimal): -4549518 or 7509178. OLE color: 7509178.

HSL color Cylindrical-coordinate representation of color #BA9472: hue angle of 28.33º degrees, saturation: 0.34, 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 #BA9472 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186148114-
CMYK00.200.390.27
HSL28.33º34.29%58.82%-
HSV(B)28.33º38.71%72.94%-
XYZ33.8832.8320.47-
YUV155.49104.59149.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=41.52%
G=33.04%
B=25.45%

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
Decimal18614811400.200.390.2728.3334.2958.82
HexBA9472014271B1c223b
Octal2722241620244733344273
Binary101110101001010011100100101001001111101111100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9472; }

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

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

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

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

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

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

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

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