#BA9F72

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

Shades of Fallow #BA9F72

Tints of Fallow #BA9F72

Color information

#BA9F72 (or 0xBA9F72) is unknown color: approx Fallow. HEX triplet: BA, 9F and 72. RGB value is (186,159,114). Sum of RGB (Red+Green+Blue) = 186+159+114=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F72 is #45608D. Grayscale: #A2A2A2. Windows color (decimal): -4546702 or 7511994. OLE color: 7511994.

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

Color convert

RGB186159114-
CMYK00.150.390.27
HSL37.5º34.29%58.82%-
HSV(B)37.5º38.71%72.94%-
XYZ35.6936.4521.07-
YUV161.94100.95145.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=40.52%
G=34.64%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615911400.150.390.2737.534.2958.82
HexBA9F720F271B26223b
Octal2722371620174733464273
Binary101110101001111111100100111110011111011100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F72; }

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

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

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

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

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

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

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

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