Html Css Color HEX #B49748 Husk

📋 copy color: '#B49748'

red 180 ◦ green 151 ◦ blue 72

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

Shades of Husk #B49748

Tints of Husk #B49748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 44.67%
G = 37.47%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B49748 (or 0xB49748) is known color: Husk. HEX triplet: B4, 97 and 48. RGB value is (180,151,72). Sum of RGB (Red+Green+Blue) = 180+151+72=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B49748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49748 is #4B68B7. Grayscale: #979797. Windows color (decimal): -4942008 or 4757428. OLE color: 4757428.

HSL color Cylindrical-coordinate representation of color #B49748: hue angle of 43.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B49748 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 72 -
CMYK 0 0.16 0.60 0.29
HSL 43.89º 0.43% 0.49% -
HSV(B) 43.89º 0.6% 0.71% -
XYZ 31.06 32.3 10.73 -
YUV 150.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 180 151 72 0 0.16 0.60 0.29 43.89 0.43 0.49
Hex B4 97 48 0 10 3C 1D 2C 2B 31
Octal 264 227 110 0 20 74 35 54 53 61
Binary 10110100 10010111 1001000 0 10000 111100 11101 101100 101011 110001

Color Harmonies of #B49748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49748

Black with #B49748

Text Example


Text Example

White with #B49748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49748; }

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

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

background-color css

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

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

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

border-color css

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

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

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