#BA9C51

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

Shades of Husk #BA9C51

Tints of Husk #BA9C51

Color information

#BA9C51 (or 0xBA9C51) is unknown color: approx Husk. HEX triplet: BA, 9C and 51. RGB value is (186,156,81). Sum of RGB (Red+Green+Blue) = 186+156+81=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C51 is #4563AE. Grayscale: #9C9C9C. Windows color (decimal): -4547503 or 5348538. OLE color: 5348538.

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

Color convert

RGB18615681-
CMYK00.160.560.27
HSL42.86º43.21%52.35%-
HSV(B)42.86º56.45%72.94%-
XYZ33.6234.8112.73-
YUV156.4285.44149.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=43.97%
G=36.88%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861568100.160.560.2742.8643.2152.35
HexBA9C51010381B2b2b34
Octal2722341210207033535364
Binary1011101010011100101000101000011100011011101011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C51; }

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

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

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

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

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

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

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

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