#BA976B

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

Shades of Fallow #BA976B

Tints of Fallow #BA976B

Color information

#BA976B (or 0xBA976B) is unknown color: approx Fallow. HEX triplet: BA, 97 and 6B. RGB value is (186,151,107). Sum of RGB (Red+Green+Blue) = 186+151+107=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA976B is #456894. Grayscale: #9C9C9C. Windows color (decimal): -4548757 or 7051194. OLE color: 7051194.

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

Color convert

RGB186151107-
CMYK00.190.420.27
HSL33.42º36.41%57.45%-
HSV(B)33.42º42.47%72.94%-
XYZ33.9733.6318.61-
YUV156.45100.1149.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 107 (42.19% from 255) = 24.10%
R=41.89%
G=34.01%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615110700.190.420.2733.4236.4157.45
HexBA976B0132A1B212439
Octal2722271530235233414471
Binary1011101010010111110101101001110101011011100001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA976B; }

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

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

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

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

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

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

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

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