#BA9F48

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

Shades of Husk #BA9F48

Tints of Husk #BA9F48

Color information

#BA9F48 (or 0xBA9F48) is unknown color: approx Husk. HEX triplet: BA, 9F and 48. RGB value is (186,159,72). Sum of RGB (Red+Green+Blue) = 186+159+72=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F48 is #4560B7. Grayscale: #9D9D9D. Windows color (decimal): -4546744 or 4759482. OLE color: 4759482.

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

Color convert

RGB18615972-
CMYK00.150.610.27
HSL45.79º45.24%50.59%-
HSV(B)45.79º61.29%72.94%-
XYZ33.8235.711.24-
YUV157.1679.95148.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=44.60%
G=38.13%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861597200.150.610.2745.7945.2450.59
HexBA9F480F3D1B2e2d33
Octal2722371100177533565563
Binary101110101001111110010000111111110111011101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F48; }

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

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

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

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

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

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

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

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