#BE9264

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

Shades of Fallow #BE9264

Tints of Fallow #BE9264

Color information

#BE9264 (or 0xBE9264) is unknown color: approx Fallow. HEX triplet: BE, 92 and 64. RGB value is (190,146,100). Sum of RGB (Red+Green+Blue) = 190+146+100=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9264 is #416D9B. Grayscale: #9A9A9A. Windows color (decimal): -4287900 or 6591166. OLE color: 6591166.

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

Color convert

RGB190146100-
CMYK00.230.470.25
HSL30.67º40.91%56.86%-
HSV(B)30.67º47.37%74.51%-
XYZ33.8132.4316.53-
YUV153.9197.58153.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=43.58%
G=33.49%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014610000.230.470.2530.6740.9156.86
HexBE92640172F191f2939
Octal2762221440275731375171
Binary101111101001001011001000101111011111100111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9264; }

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

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

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

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

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

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

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

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