#BA9A51

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

Shades of Husk #BA9A51

Tints of Husk #BA9A51

Color information

#BA9A51 (or 0xBA9A51) is unknown color: approx Husk. HEX triplet: BA, 9A and 51. RGB value is (186,154,81). Sum of RGB (Red+Green+Blue) = 186+154+81=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A51 is #4565AE. Grayscale: #9B9B9B. Windows color (decimal): -4548015 or 5348026. OLE color: 5348026.

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

Color convert

RGB18615481-
CMYK00.170.560.27
HSL41.71º43.21%52.35%-
HSV(B)41.71º56.45%72.94%-
XYZ33.2934.1412.62-
YUV155.2586.1149.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 81 (32.03% from 255) = 19.24%
R=44.18%
G=36.58%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861548100.170.560.2741.7143.2152.35
HexBA9A51011381B2a2b34
Octal2722321210217033525364
Binary1011101010011010101000101000111100011011101010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A51; }

 p { color: rgb(186,154,81); }

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

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

 a { background-color: rgb(186,154,81); }

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

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

 span { border-color: rgb(186,154,81); }

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