Html Css Color HEX #B49449 Husk

📋 copy color: '#B49449'

red 180 ◦ green 148 ◦ blue 73

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

Shades of Husk #B49449

Tints of Husk #B49449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

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

R = 44.89%
G = 36.91%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B49449 (or 0xB49449) is known color: Husk. HEX triplet: B4, 94 and 49. RGB value is (180,148,73). Sum of RGB (Red+Green+Blue) = 180+148+73=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B49449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49449 is #4B6BB6. Grayscale: #959595. Windows color (decimal): -4942775 or 4822196. OLE color: 4822196.

HSL color Cylindrical-coordinate representation of color #B49449: hue angle of 42.06º 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 #B49449 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 148 73 -
CMYK 0 0.18 0.59 0.29
HSL 42.06º 0.42% 0.5% -
HSV(B) 42.06º 0.59% 0.71% -
XYZ 30.61 31.36 10.74 -
YUV 149.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 180 148 73 0 0.18 0.59 0.29 42.06 0.42 0.5
Hex B4 94 49 0 12 3B 1D 2A 2A 32
Octal 264 224 111 0 22 73 35 52 52 62
Binary 10110100 10010100 1001001 0 10010 111011 11101 101010 101010 110010

Color Harmonies of #B49449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49449

Black with #B49449

Text Example


Text Example

White with #B49449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49449; }

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

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

background-color css

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

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

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

border-color css

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

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

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