Html Css Color HEX #B49D46 Husk

📋 copy color: '#B49D46'

red 180 ◦ green 157 ◦ blue 70

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

Shades of Husk #B49D46

Tints of Husk #B49D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 44.23%
G = 38.57%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B49D46 (or 0xB49D46) is known color: Husk. HEX triplet: B4, 9D and 46. RGB value is (180,157,70). Sum of RGB (Red+Green+Blue) = 180+157+70=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D46 is #4B62B9. Grayscale: #9A9A9A. Windows color (decimal): -4940474 or 4627892. OLE color: 4627892.

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

Color convert

RGB 180 157 70 -
CMYK 0 0.13 0.61 0.29
HSL 47.45º 0.44% 0.49% -
HSV(B) 47.45º 0.61% 0.71% -
XYZ 31.98 34.26 10.72 -
YUV 153.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 180 157 70 0 0.13 0.61 0.29 47.45 0.44 0.49
Hex B4 9D 46 0 D 3D 1D 2F 2C 31
Octal 264 235 106 0 15 75 35 57 54 61
Binary 10110100 10011101 1000110 0 1101 111101 11101 101111 101100 110001

Color Harmonies of #B49D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D46

Black with #B49D46

Text Example


Text Example

White with #B49D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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