Html Css Color HEX #B49851 Husk

📋 copy color: '#B49851'

red 180 ◦ green 152 ◦ blue 81

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

Shades of Husk #B49851

Tints of Husk #B49851

RGB

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

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

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

R = 43.58%
G = 36.8%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B49851 (or 0xB49851) is known color: Husk. HEX triplet: B4, 98 and 51. RGB value is (180,152,81). Sum of RGB (Red+Green+Blue) = 180+152+81=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B49851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49851 is #4B67AE. Grayscale: #989898. Windows color (decimal): -4941743 or 5347508. OLE color: 5347508.

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

Color convert

RGB 180 152 81 -
CMYK 0 0.16 0.55 0.29
HSL 43.03º 0.4% 0.51% -
HSV(B) 43.03º 0.55% 0.71% -
XYZ 31.54 32.75 12.44 -
YUV 152.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 180 152 81 0 0.16 0.55 0.29 43.03 0.4 0.51
Hex B4 98 51 0 10 37 1D 2B 28 33
Octal 264 230 121 0 20 67 35 53 50 63
Binary 10110100 10011000 1010001 0 10000 110111 11101 101011 101000 110011

Color Harmonies of #B49851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49851

Black with #B49851

Text Example


Text Example

White with #B49851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49851; }

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

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

background-color css

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

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

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

border-color css

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

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

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