#bea470

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

Shades of Fallow #BEA470

Tints of Fallow #BEA470

Color information

#BEA470 (or 0xBEA470) is unknown color: approx Fallow. HEX triplet: BE, A4 and 70. RGB value is (190,164,112). Sum of RGB (Red+Green+Blue) = 190+164+112=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA470 is #415B8F. Grayscale: #A6A6A6. Windows color (decimal): -4283280 or 7382206. OLE color: 7382206.

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

Color convert

RGB190164112-
CMYK00.140.410.25
HSL40º37.5%59.22%-
HSV(B)40º41.05%74.51%-
XYZ37.4438.6720.82-
YUV165.8597.61145.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=40.77%
G=35.19%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016411200.140.410.254037.559.22
HexBEA4700E291928263b
Octal2762441600165131504673
Binary101111101010010011100000111010100111001101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bea470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bea470; }

 p { color: rgb(190,164,112); }

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

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

 a { background-color: rgb(190,164,112); }

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

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

 span { border-color: rgb(190,164,112); }

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