Html Css Color HEX #B9A149 Husk

📋 copy color: '#B9A149'

red 185 ◦ green 161 ◦ blue 73

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

Shades of Husk #B9A149

Tints of Husk #B9A149

RGB

 RED value IS 185 (72.66% from 255) = 44.15%

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

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

R = 44.15%
G = 38.42%
B = 17.42%

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

#B9A149 (or 0xB9A149) is known color: Husk. HEX triplet: B9, A1 and 49. RGB value is (185,161,73). Sum of RGB (Red+Green+Blue) = 185+161+73=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A149 is #465EB6. Grayscale: #9E9E9E. Windows color (decimal): -4611767 or 4825529. OLE color: 4825529.

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

Color convert

RGB 185 161 73 -
CMYK 0 0.13 0.61 0.27
HSL 47.14º 0.44% 0.51% -
HSV(B) 47.14º 0.61% 0.73% -
XYZ 33.96 36.29 11.52 -
YUV 158.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 185 161 73 0 0.13 0.61 0.27 47.14 0.44 0.51
Hex B9 A1 49 0 D 3D 1B 2F 2C 33
Octal 271 241 111 0 15 75 33 57 54 63
Binary 10111001 10100001 1001001 0 1101 111101 11011 101111 101100 110011

Color Harmonies of #B9A149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A149

Black with #B9A149

Text Example


Text Example

White with #B9A149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A149; }

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

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

background-color css

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

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

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

border-color css

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

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

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