#BE9465

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

Shades of Fallow #BE9465

Tints of Fallow #BE9465

Color information

#BE9465 (or 0xBE9465) is unknown color: approx Fallow. HEX triplet: BE, 94 and 65. RGB value is (190,148,101). Sum of RGB (Red+Green+Blue) = 190+148+101=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9465 is #416B9A. Grayscale: #9B9B9B. Windows color (decimal): -4287387 or 6657214. OLE color: 6657214.

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

Color convert

RGB190148101-
CMYK00.220.470.25
HSL31.69º40.64%57.06%-
HSV(B)31.69º46.84%74.51%-
XYZ34.1733.0716.89-
YUV155.297.41152.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 101 (39.84% from 255) = 23.01%
R=43.28%
G=33.71%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014810100.220.470.2531.6940.6457.06
HexBE94650162F19202939
Octal2762241450265731405171
Binary1011111010010100110010101011010111111001100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9465; }

 p { color: rgb(190,148,101); }

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

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

 a { background-color: rgb(190,148,101); }

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

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

 span { border-color: rgb(190,148,101); }

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