Html Css Color HEX #B49D4D Husk

📋 copy color: '#B49D4D'

red 180 ◦ green 157 ◦ blue 77

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

Shades of Husk #B49D4D

Tints of Husk #B49D4D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

 BLUE value IS 77 (30.47% from 255) = 18.6%

R = 43.48%
G = 37.92%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B49D4D (or 0xB49D4D) is known color: Husk. HEX triplet: B4, 9D and 4D. RGB value is (180,157,77). Sum of RGB (Red+Green+Blue) = 180+157+77=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D4D is #4B62B2. Grayscale: #9B9B9B. Windows color (decimal): -4940467 or 5086644. OLE color: 5086644.

HSL color Cylindrical-coordinate representation of color #B49D4D: hue angle of 46.6º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B49D4D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 157 77 -
CMYK 0 0.13 0.57 0.29
HSL 46.6º 0.41% 0.5% -
HSV(B) 46.6º 0.57% 0.71% -
XYZ 32.22 34.35 11.95 -
YUV 154.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 180 157 77 0 0.13 0.57 0.29 46.6 0.41 0.5
Hex B4 9D 4D 0 D 39 1D 2F 29 32
Octal 264 235 115 0 15 71 35 57 51 62
Binary 10110100 10011101 1001101 0 1101 111001 11101 101111 101001 110010

Color Harmonies of #B49D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D4D

Black with #B49D4D

Text Example


Text Example

White with #B49D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D4D; }

 p { color: rgb(180,157,77); }

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

background-color css

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

 a { background-color: rgb(180,157,77); }

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

border-color css

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

 span { border-color: rgb(180,157,77); }

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