Html Css Color HEX #B3A04D Husk

📋 copy color: '#B3A04D'

red 179 ◦ green 160 ◦ blue 77

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

Shades of Husk #B3A04D

Tints of Husk #B3A04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.51%

R = 43.03%
G = 38.46%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3A04D (or 0xB3A04D) is known color: Husk. HEX triplet: B3, A0 and 4D. RGB value is (179,160,77). Sum of RGB (Red+Green+Blue) = 179+160+77=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A04D is #4C5FB2. Grayscale: #9C9C9C. Windows color (decimal): -5005235 or 5087411. OLE color: 5087411.

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

Color convert

RGB 179 160 77 -
CMYK 0 0.11 0.57 0.30
HSL 48.82º 0.4% 0.5% -
HSV(B) 48.82º 0.57% 0.7% -
XYZ 32.5 35.26 12.11 -
YUV 156.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 179 160 77 0 0.11 0.57 0.30 48.82 0.4 0.5
Hex B3 A0 4D 0 B 39 1E 31 28 32
Octal 263 240 115 0 13 71 36 61 50 62
Binary 10110011 10100000 1001101 0 1011 111001 11110 110001 101000 110010

Color Harmonies of #B3A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A04D

Black with #B3A04D

Text Example


Text Example

White with #B3A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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