Html Css Color HEX #B49D4E Husk

📋 copy color: '#B49D4E'

red 180 ◦ green 157 ◦ blue 78

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

Shades of Husk #B49D4E

Tints of Husk #B49D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 43.37%
G = 37.83%
B = 18.8%

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

#B49D4E (or 0xB49D4E) is known color: Husk. HEX triplet: B4, 9D and 4E. RGB value is (180,157,78). Sum of RGB (Red+Green+Blue) = 180+157+78=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D4E is #4B62B1. Grayscale: #9B9B9B. Windows color (decimal): -4940466 or 5152180. OLE color: 5152180.

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

Color convert

RGB 180 157 78 -
CMYK 0 0.13 0.57 0.29
HSL 46.47º 0.4% 0.51% -
HSV(B) 46.47º 0.57% 0.71% -
XYZ 32.25 34.37 12.14 -
YUV 154.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 180 157 78 0 0.13 0.57 0.29 46.47 0.4 0.51
Hex B4 9D 4E 0 D 39 1D 2E 28 33
Octal 264 235 116 0 15 71 35 56 50 63
Binary 10110100 10011101 1001110 0 1101 111001 11101 101110 101000 110011

Color Harmonies of #B49D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D4E

Black with #B49D4E

Text Example


Text Example

White with #B49D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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