#B49851

Color #B49851 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B49851

Tints of Husk #B49851

Color information

#B49851 (or 0xB49851) is unknown color: approx 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

RGB18015281-
CMYK00.160.550.29
HSL43.03º39.76%51.18%-
HSV(B)43.03º55%70.59%-
XYZ31.5432.7512.44-
YUV152.2887.78147.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=43.58%
G=36.80%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801528100.160.550.2943.0339.7651.18
HexB49851010371D2b2833
Octal2642301210206735535063
Binary1011010010011000101000101000011011111101101011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>