#BAA14B

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

Shades of Husk #BAA14B

Tints of Husk #BAA14B

Color information

#BAA14B (or 0xBAA14B) is unknown color: approx Husk. HEX triplet: BA, A1 and 4B. RGB value is (186,161,75). Sum of RGB (Red+Green+Blue) = 186+161+75=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA14B is #455EB4. Grayscale: #9F9F9F. Windows color (decimal): -4546229 or 4956602. OLE color: 4956602.

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

Color convert

RGB18616175-
CMYK00.130.600.27
HSL46.49º44.58%51.18%-
HSV(B)46.49º59.68%72.94%-
XYZ34.2636.4411.88-
YUV158.6780.78147.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 161 (63.28% from 255) = 38.15%
BLUE value IS 75 (29.69% from 255) = 17.77%
R=44.08%
G=38.15%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861617500.130.600.2746.4944.5851.18
HexBAA14B0D3C1B2e2d33
Octal2722411130157433565563
Binary101110101010000110010110110111110011011101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA14B; }

 p { color: rgb(186,161,75); }

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

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

 a { background-color: rgb(186,161,75); }

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

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

 span { border-color: rgb(186,161,75); }

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