#BA9E71

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

Shades of Fallow #BA9E71

Tints of Fallow #BA9E71

Color information

#BA9E71 (or 0xBA9E71) is unknown color: approx Fallow. HEX triplet: BA, 9E and 71. RGB value is (186,158,113). Sum of RGB (Red+Green+Blue) = 186+158+113=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E71 is #45618E. Grayscale: #A1A1A1. Windows color (decimal): -4546959 or 7446202. OLE color: 7446202.

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

Color convert

RGB186158113-
CMYK00.150.390.27
HSL36.99º34.6%58.63%-
HSV(B)36.99º39.25%72.94%-
XYZ35.4636.0920.72-
YUV161.24100.78145.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=40.70%
G=34.57%
B=24.73%

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
Decimal18615811300.150.390.2736.9934.658.63
HexBA9E710F271B25233b
Octal2722361610174733454373
Binary101110101001111011100010111110011111011100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E71; }

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

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

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

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

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

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

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

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