#BA966F

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

Shades of Fallow #BA966F

Tints of Fallow #BA966F

Color information

#BA966F (or 0xBA966F) is unknown color: approx Fallow. HEX triplet: BA, 96 and 6F. RGB value is (186,150,111). Sum of RGB (Red+Green+Blue) = 186+150+111=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA966F is #456990. Grayscale: #9C9C9C. Windows color (decimal): -4549009 or 7313082. OLE color: 7313082.

HSL color Cylindrical-coordinate representation of color #BA966F: hue angle of 31.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA966F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186150111-
CMYK00.190.400.27
HSL31.2º35.21%58.24%-
HSV(B)31.2º40.32%72.94%-
XYZ34.0333.419.69-
YUV156.32102.43149.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=41.61%
G=33.56%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615011100.190.400.2731.235.2158.24
HexBA966F013281B1f233a
Octal2722261570235033374372
Binary101110101001011011011110100111010001101111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA966F; }

 p { color: rgb(186,150,111); }

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

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

 a { background-color: rgb(186,150,111); }

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

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

 span { border-color: rgb(186,150,111); }

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