Html Css Color HEX #B3A04F Husk

📋 copy color: '#B3A04F'

red 179 ◦ green 160 ◦ blue 79

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

Shades of Husk #B3A04F

Tints of Husk #B3A04F

RGB

 RED value IS 179 (70.31% from 255) = 42.82%

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

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

R = 42.82%
G = 38.28%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3A04F (or 0xB3A04F) is known color: Husk. HEX triplet: B3, A0 and 4F. RGB value is (179,160,79). Sum of RGB (Red+Green+Blue) = 179+160+79=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A04F is #4C5FB0. Grayscale: #9C9C9C. Windows color (decimal): -5005233 or 5218483. OLE color: 5218483.

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

Color convert

RGB 179 160 79 -
CMYK 0 0.11 0.56 0.30
HSL 48.6º 0.4% 0.51% -
HSV(B) 48.6º 0.56% 0.7% -
XYZ 32.57 35.29 12.49 -
YUV 156.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 179 160 79 0 0.11 0.56 0.30 48.6 0.4 0.51
Hex B3 A0 4F 0 B 38 1E 31 28 33
Octal 263 240 117 0 13 70 36 61 50 63
Binary 10110011 10100000 1001111 0 1011 111000 11110 110001 101000 110011

Color Harmonies of #B3A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A04F

Black with #B3A04F

Text Example


Text Example

White with #B3A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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