#BA9968

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

Shades of Fallow #BA9968

Tints of Fallow #BA9968

Color information

#BA9968 (or 0xBA9968) is unknown color: approx Fallow. HEX triplet: BA, 99 and 68. RGB value is (186,153,104). Sum of RGB (Red+Green+Blue) = 186+153+104=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9968 is #456697. Grayscale: #9D9D9D. Windows color (decimal): -4548248 or 6855098. OLE color: 6855098.

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

Color convert

RGB186153104-
CMYK00.180.440.27
HSL35.85º37.27%56.86%-
HSV(B)35.85º44.09%72.94%-
XYZ34.1434.2217.9-
YUV157.2897.93148.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=41.99%
G=34.54%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615310400.180.440.2735.8537.2756.86
HexBA99680122C1B242539
Octal2722311500225433444571
Binary1011101010011001110100001001010110011011100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9968; }

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

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

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

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

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

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

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

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