#BE9F49

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

Shades of Husk #BE9F49

Tints of Husk #BE9F49

Color information

#BE9F49 (or 0xBE9F49) is unknown color: approx Husk. HEX triplet: BE, 9F and 49. RGB value is (190,159,73). Sum of RGB (Red+Green+Blue) = 190+159+73=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F49 is #4160B6. Grayscale: #9E9E9E. Windows color (decimal): -4284599 or 4825022. OLE color: 4825022.

HSL color Cylindrical-coordinate representation of color #BE9F49: hue angle of 44.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE9F49 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19015973-
CMYK00.160.620.25
HSL44.1º47.37%51.57%-
HSV(B)44.1º61.58%74.51%-
XYZ34.8436.2211.46-
YUV158.4679.77150.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 73 (28.91% from 255) = 17.30%
R=45.02%
G=37.68%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901597300.160.620.2544.147.3751.57
HexBE9F490103E192c2f34
Octal2762371110207631545764
Binary1011111010011111100100101000011111011001101100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F49; }

 p { color: rgb(190,159,73); }

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

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

 a { background-color: rgb(190,159,73); }

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

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

 span { border-color: rgb(190,159,73); }

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