Html Css Color HEX #BAA149 Husk

📋 copy color: '#BAA149'

red 186 ◦ green 161 ◦ blue 73

#BAA149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #BAA149

Tints of Husk #BAA149

RGB

 RED value IS 186 (73.05% from 255) = 44.29%

 GREEN value IS 161 (63.28% from 255) = 38.33%

 BLUE value IS 73 (28.91% from 255) = 17.38%

R = 44.29%
G = 38.33%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAA149 (or 0xBAA149) is known color: Husk. HEX triplet: BA, A1 and 49. RGB value is (186,161,73). Sum of RGB (Red+Green+Blue) = 186+161+73=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA149 is #455EB6. Grayscale: #9E9E9E. Windows color (decimal): -4546231 or 4825530. OLE color: 4825530.

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

Color convert

RGB 186 161 73 -
CMYK 0 0.13 0.61 0.27
HSL 46.73º 0.45% 0.51% -
HSV(B) 46.73º 0.61% 0.73% -
XYZ 34.2 36.41 11.53 -
YUV 158.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 186 161 73 0 0.13 0.61 0.27 46.73 0.45 0.51
Hex BA A1 49 0 D 3D 1B 2F 2D 33
Octal 272 241 111 0 15 75 33 57 55 63
Binary 10111010 10100001 1001001 0 1101 111101 11011 101111 101101 110011

Color Harmonies of #BAA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA149

Black with #BAA149

Text Example


Text Example

White with #BAA149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA149; }

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

 H1.HeaderClassName
 {
   color: #BAA149;
 }
 .AnyTagClassName
 {
   color: #BAA149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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