Html Css Color HEX #B39449 Husk

📋 copy color: '#B39449'

red 179 ◦ green 148 ◦ blue 73

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

Shades of Husk #B39449

Tints of Husk #B39449

RGB

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

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

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

R = 44.75%
G = 37%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B39449 (or 0xB39449) is known color: Husk. HEX triplet: B3, 94 and 49. RGB value is (179,148,73). Sum of RGB (Red+Green+Blue) = 179+148+73=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B39449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39449 is #4C6BB6. Grayscale: #959595. Windows color (decimal): -5008311 or 4822195. OLE color: 4822195.

HSL color Cylindrical-coordinate representation of color #B39449: hue angle of 42.45º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B39449 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 148 73 -
CMYK 0 0.17 0.59 0.30
HSL 42.45º 0.42% 0.49% -
HSV(B) 42.45º 0.59% 0.7% -
XYZ 30.38 31.24 10.73 -
YUV 148.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 179 148 73 0 0.17 0.59 0.30 42.45 0.42 0.49
Hex B3 94 49 0 11 3B 1E 2A 2A 31
Octal 263 224 111 0 21 73 36 52 52 61
Binary 10110011 10010100 1001001 0 10001 111011 11110 101010 101010 110001

Color Harmonies of #B39449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39449

Black with #B39449

Text Example


Text Example

White with #B39449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39449; }

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

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

background-color css

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

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

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

border-color css

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

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

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