#BEA064

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

Shades of Fallow #BEA064

Tints of Fallow #BEA064

Color information

#BEA064 (or 0xBEA064) is unknown color: approx Fallow. HEX triplet: BE, A0 and 64. RGB value is (190,160,100). Sum of RGB (Red+Green+Blue) = 190+160+100=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA064 is #415F9B. Grayscale: #A2A2A2. Windows color (decimal): -4284316 or 6594750. OLE color: 6594750.

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

Color convert

RGB190160100-
CMYK00.160.470.25
HSL40º40.91%56.86%-
HSV(B)40º47.37%74.51%-
XYZ36.1137.0117.3-
YUV162.1392.94147.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=42.22%
G=35.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016010000.160.470.254040.9156.86
HexBEA0640102F19282939
Octal2762401440205731505171
Binary1011111010100000110010001000010111111001101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA064; }

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

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

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

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

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

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

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

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