#BE9E4E

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

Shades of Husk #BE9E4E

Tints of Husk #BE9E4E

Color information

#BE9E4E (or 0xBE9E4E) is unknown color: approx Husk. HEX triplet: BE, 9E and 4E. RGB value is (190,158,78). Sum of RGB (Red+Green+Blue) = 190+158+78=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E4E is #4161B1. Grayscale: #9E9E9E. Windows color (decimal): -4284850 or 5152446. OLE color: 5152446.

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

Color convert

RGB19015878-
CMYK00.170.590.25
HSL42.86º46.28%52.55%-
HSV(B)42.86º58.95%74.51%-
XYZ34.8435.9512.31-
YUV158.4582.6150.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 158 (62.11% from 255) = 37.09%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=44.60%
G=37.09%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901587800.170.590.2542.8646.2852.55
HexBE9E4E0113B192b2e35
Octal2762361160217331535665
Binary1011111010011110100111001000111101111001101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E4E; }

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

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

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

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

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

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

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

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