Html Css Color HEX #B49651 Husk

📋 copy color: '#B49651'

red 180 ◦ green 150 ◦ blue 81

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

Shades of Husk #B49651

Tints of Husk #B49651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.71%

R = 43.8%
G = 36.5%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B49651 (or 0xB49651) is known color: Husk. HEX triplet: B4, 96 and 51. RGB value is (180,150,81). Sum of RGB (Red+Green+Blue) = 180+150+81=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B49651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49651 is #4B69AE. Grayscale: #979797. Windows color (decimal): -4942255 or 5346996. OLE color: 5346996.

HSL color Cylindrical-coordinate representation of color #B49651: hue angle of 41.82º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B49651 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 150 81 -
CMYK 0 0.17 0.55 0.29
HSL 41.82º 0.4% 0.51% -
HSV(B) 41.82º 0.55% 0.71% -
XYZ 31.21 32.11 12.34 -
YUV 151.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 180 150 81 0 0.17 0.55 0.29 41.82 0.4 0.51
Hex B4 96 51 0 11 37 1D 2A 28 33
Octal 264 226 121 0 21 67 35 52 50 63
Binary 10110100 10010110 1010001 0 10001 110111 11101 101010 101000 110011

Color Harmonies of #B49651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49651

Black with #B49651

Text Example


Text Example

White with #B49651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49651; }

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

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

background-color css

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

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

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

border-color css

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

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

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