Html Css Color HEX #B39954 Husk

📋 copy color: '#B39954'

red 179 ◦ green 153 ◦ blue 84

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

Shades of Husk #B39954

Tints of Husk #B39954

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 84 (33.2% from 255) = 20.19%

R = 43.03%
G = 36.78%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B39954 (or 0xB39954) is known color: Husk. HEX triplet: B3, 99 and 54. RGB value is (179,153,84). Sum of RGB (Red+Green+Blue) = 179+153+84=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B39954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39954 is #4C66AB. Grayscale: #999999. Windows color (decimal): -5007020 or 5544371. OLE color: 5544371.

HSL color Cylindrical-coordinate representation of color #B39954: hue angle of 43.58º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B39954 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 153 84 -
CMYK 0 0.15 0.53 0.30
HSL 43.58º 0.38% 0.52% -
HSV(B) 43.58º 0.53% 0.7% -
XYZ 31.58 33.01 13.09 -
YUV 152.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 179 153 84 0 0.15 0.53 0.30 43.58 0.38 0.52
Hex B3 99 54 0 F 35 1E 2C 26 34
Octal 263 231 124 0 17 65 36 54 46 64
Binary 10110011 10011001 1010100 0 1111 110101 11110 101100 100110 110100

Color Harmonies of #B39954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39954

Black with #B39954

Text Example


Text Example

White with #B39954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39954; }

 p { color: rgb(179,153,84); }

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

background-color css

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

 a { background-color: rgb(179,153,84); }

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

border-color css

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

 span { border-color: rgb(179,153,84); }

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