#BA9B49

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

Shades of Husk #BA9B49

Tints of Husk #BA9B49

Color information

#BA9B49 (or 0xBA9B49) is unknown color: approx Husk. HEX triplet: BA, 9B and 49. RGB value is (186,155,73). Sum of RGB (Red+Green+Blue) = 186+155+73=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9B49 is #4564B6. Grayscale: #9B9B9B. Windows color (decimal): -4547767 or 4823994. OLE color: 4823994.

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

Color convert

RGB18615573-
CMYK00.170.610.27
HSL43.54º45.02%50.78%-
HSV(B)43.54º60.75%72.94%-
XYZ33.1734.3611.19-
YUV154.9281.77150.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 73 (28.91% from 255) = 17.63%
R=44.93%
G=37.44%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861557300.170.610.2743.5445.0250.78
HexBA9B490113D1B2c2d33
Octal2722331110217533545563
Binary1011101010011011100100101000111110111011101100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B49; }

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

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

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

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

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

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

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

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