#BA996B

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

Shades of Fallow #BA996B

Tints of Fallow #BA996B

Color information

#BA996B (or 0xBA996B) is unknown color: approx Fallow. HEX triplet: BA, 99 and 6B. RGB value is (186,153,107). Sum of RGB (Red+Green+Blue) = 186+153+107=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA996B is #456694. Grayscale: #9D9D9D. Windows color (decimal): -4548245 or 7051706. OLE color: 7051706.

HSL color Cylindrical-coordinate representation of color #BA996B: hue angle of 34.94º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA996B is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186153107-
CMYK00.180.420.27
HSL34.94º36.41%57.45%-
HSV(B)34.94º42.47%72.94%-
XYZ34.2934.2818.72-
YUV157.6299.43148.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=41.70%
G=34.30%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615310700.180.420.2734.9436.4157.45
HexBA996B0122A1B232439
Octal2722311530225233434471
Binary1011101010011001110101101001010101011011100011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA996B; }

 p { color: rgb(186,153,107); }

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

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

 a { background-color: rgb(186,153,107); }

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

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

 span { border-color: rgb(186,153,107); }

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