#B49951

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

Shades of Husk #B49951

Tints of Husk #B49951

Color information

#B49951 (or 0xB49951) is unknown color: approx Husk. HEX triplet: B4, 99 and 51. RGB value is (180,153,81). Sum of RGB (Red+Green+Blue) = 180+153+81=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B49951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49951 is #4B66AE. Grayscale: #999999. Windows color (decimal): -4941487 or 5347764. OLE color: 5347764.

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

Color convert

RGB18015381-
CMYK00.150.550.29
HSL43.64º39.76%51.18%-
HSV(B)43.64º55%70.59%-
XYZ31.733.0812.5-
YUV152.8687.45147.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=43.48%
G=36.96%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801538100.150.550.2943.6439.7651.18
HexB499510F371D2c2833
Octal2642311210176735545063
Binary101101001001100110100010111111011111101101100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49951; }

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

 H1.HeaderClassName
 {
   color: #B49951;
 }
 .AnyTagClassName
 {
   color: #B49951;
 }
</style>
background-color css

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

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

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

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

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

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