Html Css Color HEX #B49754 Husk

📋 copy color: '#B49754'

red 180 ◦ green 151 ◦ blue 84

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

Shades of Husk #B49754

Tints of Husk #B49754

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

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

R = 43.37%
G = 36.39%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B49754 (or 0xB49754) is known color: Husk. HEX triplet: B4, 97 and 54. RGB value is (180,151,84). Sum of RGB (Red+Green+Blue) = 180+151+84=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B49754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49754 is #4B68AB. Grayscale: #989898. Windows color (decimal): -4941996 or 5543860. OLE color: 5543860.

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

Color convert

RGB 180 151 84 -
CMYK 0 0.16 0.53 0.29
HSL 41.88º 0.39% 0.52% -
HSV(B) 41.88º 0.53% 0.71% -
XYZ 31.49 32.48 13 -
YUV 152.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 180 151 84 0 0.16 0.53 0.29 41.88 0.39 0.52
Hex B4 97 54 0 10 35 1D 2A 27 34
Octal 264 227 124 0 20 65 35 52 47 64
Binary 10110100 10010111 1010100 0 10000 110101 11101 101010 100111 110100

Color Harmonies of #B49754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49754

Black with #B49754

Text Example


Text Example

White with #B49754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49754; }

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

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

background-color css

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

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

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

border-color css

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

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

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