Html Css Color HEX #B49954 Husk

📋 copy color: '#B49954'

red 180 ◦ green 153 ◦ blue 84

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

Shades of Husk #B49954

Tints of Husk #B49954

RGB

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

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

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

R = 43.17%
G = 36.69%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B49954 (or 0xB49954) is known color: Husk. HEX triplet: B4, 99 and 54. RGB value is (180,153,84). Sum of RGB (Red+Green+Blue) = 180+153+84=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B49954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49954 is #4B66AB. Grayscale: #999999. Windows color (decimal): -4941484 or 5544372. OLE color: 5544372.

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

Color convert

RGB 180 153 84 -
CMYK 0 0.15 0.53 0.29
HSL 43.13º 0.39% 0.52% -
HSV(B) 43.13º 0.53% 0.71% -
XYZ 31.81 33.13 13.1 -
YUV 153.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 180 153 84 0 0.15 0.53 0.29 43.13 0.39 0.52
Hex B4 99 54 0 F 35 1D 2B 27 34
Octal 264 231 124 0 17 65 35 53 47 64
Binary 10110100 10011001 1010100 0 1111 110101 11101 101011 100111 110100

Color Harmonies of #B49954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49954

Black with #B49954

Text Example


Text Example

White with #B49954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49954; }

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

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

background-color css

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

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

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

border-color css

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

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

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