Html Css Color HEX #B4A04F Husk

📋 copy color: '#B4A04F'

red 180 ◦ green 160 ◦ blue 79

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

Shades of Husk #B4A04F

Tints of Husk #B4A04F

RGB

 RED value IS 180 (70.7% from 255) = 42.96%

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

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

R = 42.96%
G = 38.19%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B4A04F (or 0xB4A04F) is known color: Husk. HEX triplet: B4, A0 and 4F. RGB value is (180,160,79). Sum of RGB (Red+Green+Blue) = 180+160+79=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A04F is #4B5FB0. Grayscale: #9D9D9D. Windows color (decimal): -4939697 or 5218484. OLE color: 5218484.

HSL color Cylindrical-coordinate representation of color #B4A04F: hue angle of 48.12º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4A04F is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 79 -
CMYK 0 0.11 0.56 0.29
HSL 48.12º 0.4% 0.51% -
HSV(B) 48.12º 0.56% 0.71% -
XYZ 32.8 35.41 12.5 -
YUV 156.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 180 160 79 0 0.11 0.56 0.29 48.12 0.4 0.51
Hex B4 A0 4F 0 B 38 1D 30 28 33
Octal 264 240 117 0 13 70 35 60 50 63
Binary 10110100 10100000 1001111 0 1011 111000 11101 110000 101000 110011

Color Harmonies of #B4A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A04F

Black with #B4A04F

Text Example


Text Example

White with #B4A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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