#B49450

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

Shades of Husk #B49450

Tints of Husk #B49450

Color information

#B49450 (or 0xB49450) is unknown color: approx Husk. HEX triplet: B4, 94 and 50. RGB value is (180,148,80). Sum of RGB (Red+Green+Blue) = 180+148+80=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B49450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49450 is #4B6BAF. Grayscale: #969696. Windows color (decimal): -4942768 or 5280948. OLE color: 5280948.

HSL color Cylindrical-coordinate representation of color #B49450: hue angle of 40.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B49450 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18014880-
CMYK00.180.560.29
HSL40.8º40%50.98%-
HSV(B)40.8º55.56%70.59%-
XYZ30.8631.4612.04-
YUV149.8288.6149.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=44.12%
G=36.27%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801488000.180.560.2940.84050.98
HexB49450012381D292833
Octal2642241200227035515063
Binary1011010010010100101000001001011100011101101001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49450; }

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

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

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

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

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

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

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

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