#BA9E78

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

Shades of Fallow #BA9E78

Tints of Fallow #BA9E78

Color information

#BA9E78 (or 0xBA9E78) is unknown color: approx Fallow. HEX triplet: BA, 9E and 78. RGB value is (186,158,120). Sum of RGB (Red+Green+Blue) = 186+158+120=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E78 is #456187. Grayscale: #A2A2A2. Windows color (decimal): -4546952 or 7904954. OLE color: 7904954.

HSL color Cylindrical-coordinate representation of color #BA9E78: hue angle of 34.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9E78 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB186158120-
CMYK00.150.350.27
HSL34.55º32.35%60%-
HSV(B)34.55º35.48%72.94%-
XYZ35.8736.2522.88-
YUV162.04104.28145.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=40.09%
G=34.05%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615812000.150.350.2734.5532.3560
HexBA9E780F231B23203c
Octal2722361700174333434074
Binary101110101001111011110000111110001111011100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E78; }

 p { color: rgb(186,158,120); }

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

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

 a { background-color: rgb(186,158,120); }

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

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

 span { border-color: rgb(186,158,120); }

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