#BEA079

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

Shades of Fallow #BEA079

Tints of Fallow #BEA079

Color information

#BEA079 (or 0xBEA079) is unknown color: approx Fallow. HEX triplet: BE, A0 and 79. RGB value is (190,160,121). Sum of RGB (Red+Green+Blue) = 190+160+121=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA079 is #415F86. Grayscale: #A4A4A4. Windows color (decimal): -4284295 or 7971006. OLE color: 7971006.

HSL color Cylindrical-coordinate representation of color #BEA079: hue angle of 33.91º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA079 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB190160121-
CMYK00.160.360.25
HSL33.91º34.67%60.98%-
HSV(B)33.91º36.32%74.51%-
XYZ37.2637.4723.36-
YUV164.52103.44146.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=40.34%
G=33.97%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016012100.160.360.2533.9134.6760.98
HexBEA079010241922233d
Octal2762401710204431424375
Binary1011111010100000111100101000010010011001100010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA079; }

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

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

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

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

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

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

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

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