#ba9f4d

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

Shades of Husk #BA9F4D

Tints of Husk #BA9F4D

Color information

#BA9F4D (or 0xBA9F4D) is unknown color: approx Husk. HEX triplet: BA, 9F and 4D. RGB value is (186,159,77). Sum of RGB (Red+Green+Blue) = 186+159+77=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F4D is #4560B2. Grayscale: #9E9E9E. Windows color (decimal): -4546739 or 5087162. OLE color: 5087162.

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

Color convert

RGB18615977-
CMYK00.150.590.27
HSL45.14º44.13%51.57%-
HSV(B)45.14º58.6%72.94%-
XYZ33.9935.7712.13-
YUV157.7282.45148.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 77 (30.47% from 255) = 18.25%
R=44.08%
G=37.68%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861597700.150.590.2745.1444.1351.57
HexBA9F4D0F3B1B2d2c34
Octal2722371150177333555464
Binary101110101001111110011010111111101111011101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba9f4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba9f4d; }

 p { color: rgb(186,159,77); }

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

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

 a { background-color: rgb(186,159,77); }

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

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

 span { border-color: rgb(186,159,77); }

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