#B49451

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

Shades of Husk #B49451

Tints of Husk #B49451

Color information

#B49451 (or 0xB49451) is unknown color: approx Husk. HEX triplet: B4, 94 and 51. RGB value is (180,148,81). Sum of RGB (Red+Green+Blue) = 180+148+81=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B49451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49451 is #4B6BAE. Grayscale: #969696. Windows color (decimal): -4942767 or 5346484. OLE color: 5346484.

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

Color convert

RGB18014881-
CMYK00.180.550.29
HSL40.61º39.76%51.18%-
HSV(B)40.61º55%70.59%-
XYZ30.931.4812.23-
YUV149.9389.1149.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 81 (32.03% from 255) = 19.80%
R=44.01%
G=36.19%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801488100.180.550.2940.6139.7651.18
HexB49451012371D292833
Octal2642241210226735515063
Binary1011010010010100101000101001011011111101101001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49451; }

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

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

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

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

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

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

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

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