#BE9E4A

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

Shades of Husk #BE9E4A

Tints of Husk #BE9E4A

Color information

#BE9E4A (or 0xBE9E4A) is unknown color: approx Husk. HEX triplet: BE, 9E and 4A. RGB value is (190,158,74). Sum of RGB (Red+Green+Blue) = 190+158+74=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E4A is #4161B5. Grayscale: #9E9E9E. Windows color (decimal): -4284854 or 4890302. OLE color: 4890302.

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

Color convert

RGB19015874-
CMYK00.170.610.25
HSL43.45º47.15%51.76%-
HSV(B)43.45º61.05%74.51%-
XYZ34.735.911.58-
YUV157.9980.6150.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 158 (62.11% from 255) = 37.44%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=45.02%
G=37.44%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901587400.170.610.2543.4547.1551.76
HexBE9E4A0113D192b2f34
Octal2762361120217531535764
Binary1011111010011110100101001000111110111001101011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E4A; }

 p { color: rgb(190,158,74); }

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

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

 a { background-color: rgb(190,158,74); }

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

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

 span { border-color: rgb(190,158,74); }

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