#BA9E72

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

Shades of Fallow #BA9E72

Tints of Fallow #BA9E72

Color information

#BA9E72 (or 0xBA9E72) is unknown color: approx Fallow. HEX triplet: BA, 9E and 72. RGB value is (186,158,114). Sum of RGB (Red+Green+Blue) = 186+158+114=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E72 is #45618D. Grayscale: #A1A1A1. Windows color (decimal): -4546958 or 7511738. OLE color: 7511738.

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

Color convert

RGB186158114-
CMYK00.150.390.27
HSL36.67º34.29%58.82%-
HSV(B)36.67º38.71%72.94%-
XYZ35.5136.1121.02-
YUV161.36101.28145.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=40.61%
G=34.50%
B=24.89%

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
Decimal18615811400.150.390.2736.6734.2958.82
HexBA9E720F271B25223b
Octal2722361620174733454273
Binary101110101001111011100100111110011111011100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E72; }

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

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

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

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

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

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

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

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