Html Css Color HEX #B49D4F Husk

📋 copy color: '#B49D4F'

red 180 ◦ green 157 ◦ blue 79

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

Shades of Husk #B49D4F

Tints of Husk #B49D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 43.27%
G = 37.74%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B49D4F (or 0xB49D4F) is known color: Husk. HEX triplet: B4, 9D and 4F. RGB value is (180,157,79). Sum of RGB (Red+Green+Blue) = 180+157+79=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D4F is #4B62B0. Grayscale: #9B9B9B. Windows color (decimal): -4940465 or 5217716. OLE color: 5217716.

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

Color convert

RGB 180 157 79 -
CMYK 0 0.13 0.56 0.29
HSL 46.34º 0.4% 0.51% -
HSV(B) 46.34º 0.56% 0.71% -
XYZ 32.29 34.38 12.33 -
YUV 154.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 180 157 79 0 0.13 0.56 0.29 46.34 0.4 0.51
Hex B4 9D 4F 0 D 38 1D 2E 28 33
Octal 264 235 117 0 15 70 35 56 50 63
Binary 10110100 10011101 1001111 0 1101 111000 11101 101110 101000 110011

Color Harmonies of #B49D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D4F

Black with #B49D4F

Text Example


Text Example

White with #B49D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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