#BE9C64

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

Shades of Fallow #BE9C64

Tints of Fallow #BE9C64

Color information

#BE9C64 (or 0xBE9C64) is unknown color: approx Fallow. HEX triplet: BE, 9C and 64. RGB value is (190,156,100). Sum of RGB (Red+Green+Blue) = 190+156+100=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C64 is #41639B. Grayscale: #A0A0A0. Windows color (decimal): -4285340 or 6593726. OLE color: 6593726.

HSL color Cylindrical-coordinate representation of color #BE9C64: hue angle of 37.33º 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 #BE9C64 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB190156100-
CMYK00.180.470.25
HSL37.33º40.91%56.86%-
HSV(B)37.33º47.37%74.51%-
XYZ35.4235.6417.07-
YUV159.7894.26149.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 100 (39.45% from 255) = 22.42%
R=42.60%
G=34.98%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015610000.180.470.2537.3340.9156.86
HexBE9C640122F19252939
Octal2762341440225731455171
Binary1011111010011100110010001001010111111001100101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C64; }

 p { color: rgb(190,156,100); }

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

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

 a { background-color: rgb(190,156,100); }

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

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

 span { border-color: rgb(190,156,100); }

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