#BE9764

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

Shades of Fallow #BE9764

Tints of Fallow #BE9764

Color information

#BE9764 (or 0xBE9764) is unknown color: approx Fallow. HEX triplet: BE, 97 and 64. RGB value is (190,151,100). Sum of RGB (Red+Green+Blue) = 190+151+100=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9764 is #41689B. Grayscale: #9D9D9D. Windows color (decimal): -4286620 or 6592446. OLE color: 6592446.

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

Color convert

RGB190151100-
CMYK00.210.470.25
HSL34º40.91%56.86%-
HSV(B)34º47.37%74.51%-
XYZ34.63416.8-
YUV156.8595.92151.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=43.08%
G=34.24%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015110000.210.470.253440.9156.86
HexBE97640152F19222939
Octal2762271440255731425171
Binary1011111010010111110010001010110111111001100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9764; }

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

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

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

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

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

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

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

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