Html Css Color HEX #B49551 Husk

📋 copy color: '#B49551'

red 180 ◦ green 149 ◦ blue 81

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

Shades of Husk #B49551

Tints of Husk #B49551

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.34%

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

R = 43.9%
G = 36.34%
B = 19.76%

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

#B49551 (or 0xB49551) is known color: Husk. HEX triplet: B4, 95 and 51. RGB value is (180,149,81). Sum of RGB (Red+Green+Blue) = 180+149+81=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B49551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49551 is #4B6AAE. Grayscale: #969696. Windows color (decimal): -4942511 or 5346740. OLE color: 5346740.

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

Color convert

RGB 180 149 81 -
CMYK 0 0.17 0.55 0.29
HSL 41.21º 0.4% 0.51% -
HSV(B) 41.21º 0.55% 0.71% -
XYZ 31.06 31.79 12.28 -
YUV 150.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 180 149 81 0 0.17 0.55 0.29 41.21 0.4 0.51
Hex B4 95 51 0 11 37 1D 29 28 33
Octal 264 225 121 0 21 67 35 51 50 63
Binary 10110100 10010101 1010001 0 10001 110111 11101 101001 101000 110011

Color Harmonies of #B49551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49551

Black with #B49551

Text Example


Text Example

White with #B49551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49551; }

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

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

background-color css

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

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

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

border-color css

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

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

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