#BA9F76

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

Shades of Fallow #BA9F76

Tints of Fallow #BA9F76

Color information

#BA9F76 (or 0xBA9F76) is unknown color: approx Fallow. HEX triplet: BA, 9F and 76. RGB value is (186,159,118). Sum of RGB (Red+Green+Blue) = 186+159+118=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F76 is #456089. Grayscale: #A2A2A2. Windows color (decimal): -4546698 or 7774138. OLE color: 7774138.

HSL color Cylindrical-coordinate representation of color #BA9F76: hue angle of 36.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9F76 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB186159118-
CMYK00.150.370.27
HSL36.18º33.01%59.61%-
HSV(B)36.18º36.56%72.94%-
XYZ35.9236.5422.3-
YUV162.4102.95144.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=40.17%
G=34.34%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615911800.150.370.2736.1833.0159.61
HexBA9F760F251B24213c
Octal2722371660174533444174
Binary101110101001111111101100111110010111011100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F76; }

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

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

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

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

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

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

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

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