Html Css Color HEX #B49E49 Husk

📋 copy color: '#B49E49'

red 180 ◦ green 158 ◦ blue 73

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

Shades of Husk #B49E49

Tints of Husk #B49E49

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

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

R = 43.8%
G = 38.44%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B49E49 (or 0xB49E49) is known color: Husk. HEX triplet: B4, 9E and 49. RGB value is (180,158,73). Sum of RGB (Red+Green+Blue) = 180+158+73=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E49 is #4B61B6. Grayscale: #9B9B9B. Windows color (decimal): -4940215 or 4824756. OLE color: 4824756.

HSL color Cylindrical-coordinate representation of color #B49E49: hue angle of 47.66º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B49E49 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 158 73 -
CMYK 0 0.12 0.59 0.29
HSL 47.66º 0.42% 0.5% -
HSV(B) 47.66º 0.59% 0.71% -
XYZ 32.25 34.64 11.29 -
YUV 154.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 180 158 73 0 0.12 0.59 0.29 47.66 0.42 0.5
Hex B4 9E 49 0 C 3B 1D 30 2A 32
Octal 264 236 111 0 14 73 35 60 52 62
Binary 10110100 10011110 1001001 0 1100 111011 11101 110000 101010 110010

Color Harmonies of #B49E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E49

Black with #B49E49

Text Example


Text Example

White with #B49E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E49; }

 p { color: rgb(180,158,73); }

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

background-color css

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

 a { background-color: rgb(180,158,73); }

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

border-color css

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

 span { border-color: rgb(180,158,73); }

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