Html Css Color HEX #B49648 Husk

📋 copy color: '#B49648'

red 180 ◦ green 150 ◦ blue 72

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

Shades of Husk #B49648

Tints of Husk #B49648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.31%

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

R = 44.78%
G = 37.31%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B49648 (or 0xB49648) is known color: Husk. HEX triplet: B4, 96 and 48. RGB value is (180,150,72). Sum of RGB (Red+Green+Blue) = 180+150+72=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B49648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49648 is #4B69B7. Grayscale: #969696. Windows color (decimal): -4942264 or 4757172. OLE color: 4757172.

HSL color Cylindrical-coordinate representation of color #B49648: hue angle of 43.33º 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 #B49648 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 150 72 -
CMYK 0 0.17 0.60 0.29
HSL 43.33º 0.43% 0.49% -
HSV(B) 43.33º 0.6% 0.71% -
XYZ 30.9 31.98 10.68 -
YUV 150.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 180 150 72 0 0.17 0.60 0.29 43.33 0.43 0.49
Hex B4 96 48 0 11 3C 1D 2B 2B 31
Octal 264 226 110 0 21 74 35 53 53 61
Binary 10110100 10010110 1001000 0 10001 111100 11101 101011 101011 110001

Color Harmonies of #B49648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49648

Black with #B49648

Text Example


Text Example

White with #B49648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49648; }

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

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

background-color css

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

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

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

border-color css

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

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

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