Html Css Color HEX #B49947 Husk

📋 copy color: '#B49947'

red 180 ◦ green 153 ◦ blue 71

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

Shades of Husk #B49947

Tints of Husk #B49947

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.87%

 BLUE value IS 71 (28.13% from 255) = 17.57%

R = 44.55%
G = 37.87%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B49947 (or 0xB49947) is known color: Husk. HEX triplet: B4, 99 and 47. RGB value is (180,153,71). Sum of RGB (Red+Green+Blue) = 180+153+71=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B49947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49947 is #4B66B8. Grayscale: #989898. Windows color (decimal): -4941497 or 4692404. OLE color: 4692404.

HSL color Cylindrical-coordinate representation of color #B49947: hue angle of 45.14º degrees, saturation: 0.43, 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 #B49947 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 153 71 -
CMYK 0 0.15 0.61 0.29
HSL 45.14º 0.43% 0.49% -
HSV(B) 45.14º 0.61% 0.71% -
XYZ 31.35 32.94 10.67 -
YUV 151.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 180 153 71 0 0.15 0.61 0.29 45.14 0.43 0.49
Hex B4 99 47 0 F 3D 1D 2D 2B 31
Octal 264 231 107 0 17 75 35 55 53 61
Binary 10110100 10011001 1000111 0 1111 111101 11101 101101 101011 110001

Color Harmonies of #B49947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49947

Black with #B49947

Text Example


Text Example

White with #B49947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49947; }

 p { color: rgb(180,153,71); }

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

background-color css

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

 a { background-color: rgb(180,153,71); }

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

border-color css

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

 span { border-color: rgb(180,153,71); }

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