Html Css Color HEX #B9A04F Husk

📋 copy color: '#B9A04F'

red 185 ◦ green 160 ◦ blue 79

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

Shades of Husk #B9A04F

Tints of Husk #B9A04F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 79 (31.25% from 255) = 18.63%

R = 43.63%
G = 37.74%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9A04F (or 0xB9A04F) is known color: Husk. HEX triplet: B9, A0 and 4F. RGB value is (185,160,79). Sum of RGB (Red+Green+Blue) = 185+160+79=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A04F is #465FB0. Grayscale: #9E9E9E. Windows color (decimal): -4612017 or 5218489. OLE color: 5218489.

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

Color convert

RGB 185 160 79 -
CMYK 0 0.14 0.57 0.27
HSL 45.85º 0.43% 0.52% -
HSV(B) 45.85º 0.57% 0.73% -
XYZ 33.99 36.02 12.56 -
YUV 158.24 83.28 147.09 -
System Red Green Blue C M Y K H S L
Decimal 185 160 79 0 0.14 0.57 0.27 45.85 0.43 0.52
Hex B9 A0 4F 0 E 39 1B 2E 2B 34
Octal 271 240 117 0 16 71 33 56 53 64
Binary 10111001 10100000 1001111 0 1110 111001 11011 101110 101011 110100

Color Harmonies of #B9A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A04F

Black with #B9A04F

Text Example


Text Example

White with #B9A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A04F; }

 p { color: rgb(185,160,79); }

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

background-color css

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

 a { background-color: rgb(185,160,79); }

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

border-color css

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

 span { border-color: rgb(185,160,79); }

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