#BA8B68

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

Shades of Fallow #BA8B68

Tints of Fallow #BA8B68

Color information

#BA8B68 (or 0xBA8B68) is unknown color: approx Fallow. HEX triplet: BA, 8B and 68. RGB value is (186,139,104). Sum of RGB (Red+Green+Blue) = 186+139+104=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B68 is #457497. Grayscale: #959595. Windows color (decimal): -4551832 or 6851514. OLE color: 6851514.

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

Color convert

RGB186139104-
CMYK00.250.440.27
HSL25.61º37.27%56.86%-
HSV(B)25.61º44.09%72.94%-
XYZ31.9829.917.18-
YUV149.06102.57154.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=43.36%
G=32.40%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613910400.250.440.2725.6137.2756.86
HexBA8B680192C1B1a2539
Octal2722131500315433324571
Binary101110101000101111010000110011011001101111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B68; }

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

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

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

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

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

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

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

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