#B49E4E

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

Shades of Husk #B49E4E

Tints of Husk #B49E4E

Color information

#B49E4E (or 0xB49E4E) is unknown color: approx Husk. HEX triplet: B4, 9E and 4E. RGB value is (180,158,78). Sum of RGB (Red+Green+Blue) = 180+158+78=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E4E is #4B61B1. Grayscale: #9B9B9B. Windows color (decimal): -4940210 or 5152436. OLE color: 5152436.

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

Color convert

RGB18015878-
CMYK00.120.570.29
HSL47.06º40.48%50.59%-
HSV(B)47.06º56.67%70.59%-
XYZ32.4234.7112.2-
YUV155.4684.29145.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=43.27%
G=37.98%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801587800.120.570.2947.0640.4850.59
HexB49E4E0C391D2f2833
Octal2642361160147135575063
Binary101101001001111010011100110011100111101101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E4E; }

 p { color: rgb(180,158,78); }

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

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

 a { background-color: rgb(180,158,78); }

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

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

 span { border-color: rgb(180,158,78); }

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