#BA9B75

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

Shades of Fallow #BA9B75

Tints of Fallow #BA9B75

Color information

#BA9B75 (or 0xBA9B75) is unknown color: approx Fallow. HEX triplet: BA, 9B and 75. RGB value is (186,155,117). Sum of RGB (Red+Green+Blue) = 186+155+117=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B75 is #45648A. Grayscale: #A0A0A0. Windows color (decimal): -4547723 or 7707578. OLE color: 7707578.

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

Color convert

RGB186155117-
CMYK00.170.370.27
HSL33.04º33.33%59.41%-
HSV(B)33.04º37.1%72.94%-
XYZ35.1835.1721.76-
YUV159.94103.77146.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=40.61%
G=33.84%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615511700.170.370.2733.0433.3359.41
HexBA9B75011251B21213b
Octal2722331650214533414173
Binary1011101010011011111010101000110010111011100001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B75; }

 p { color: rgb(186,155,117); }

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

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

 a { background-color: rgb(186,155,117); }

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

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

 span { border-color: rgb(186,155,117); }

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