Html Css Color HEX #B49847 Husk

📋 copy color: '#B49847'

red 180 ◦ green 152 ◦ blue 71

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

Shades of Husk #B49847

Tints of Husk #B49847

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.72%

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

R = 44.67%
G = 37.72%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B49847 (or 0xB49847) is known color: Husk. HEX triplet: B4, 98 and 47. RGB value is (180,152,71). Sum of RGB (Red+Green+Blue) = 180+152+71=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B49847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49847 is #4B67B8. Grayscale: #979797. Windows color (decimal): -4941753 or 4692148. OLE color: 4692148.

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

Color convert

RGB 180 152 71 -
CMYK 0 0.16 0.61 0.29
HSL 44.59º 0.43% 0.49% -
HSV(B) 44.59º 0.61% 0.71% -
XYZ 31.19 32.61 10.61 -
YUV 151.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 180 152 71 0 0.16 0.61 0.29 44.59 0.43 0.49
Hex B4 98 47 0 10 3D 1D 2D 2B 31
Octal 264 230 107 0 20 75 35 55 53 61
Binary 10110100 10011000 1000111 0 10000 111101 11101 101101 101011 110001

Color Harmonies of #B49847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49847

Black with #B49847

Text Example


Text Example

White with #B49847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49847; }

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

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

background-color css

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

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

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

border-color css

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

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

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