#B49250

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

Shades of Husk #B49250

Tints of Husk #B49250

Color information

#B49250 (or 0xB49250) is unknown color: approx Husk. HEX triplet: B4, 92 and 50. RGB value is (180,146,80). Sum of RGB (Red+Green+Blue) = 180+146+80=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B49250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49250 is #4B6DAF. Grayscale: #949494. Windows color (decimal): -4943280 or 5280436. OLE color: 5280436.

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

Color convert

RGB18014680-
CMYK00.190.560.29
HSL39.6º40%50.98%-
HSV(B)39.6º55.56%70.59%-
XYZ30.5530.8411.93-
YUV148.6489.26150.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 80 (31.64% from 255) = 19.70%
R=44.33%
G=35.96%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801468000.190.560.2939.64050.98
HexB49250013381D282833
Octal2642221200237035505063
Binary1011010010010010101000001001111100011101101000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49250; }

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

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

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

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

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

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

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

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