#BEA279

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

Shades of Fallow #BEA279

Tints of Fallow #BEA279

Color information

#BEA279 (or 0xBEA279) is unknown color: approx Fallow. HEX triplet: BE, A2 and 79. RGB value is (190,162,121). Sum of RGB (Red+Green+Blue) = 190+162+121=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA279 is #415D86. Grayscale: #A5A5A5. Windows color (decimal): -4283783 or 7971518. OLE color: 7971518.

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

Color convert

RGB190162121-
CMYK00.150.360.25
HSL35.65º34.67%60.98%-
HSV(B)35.65º36.32%74.51%-
XYZ37.6138.1723.47-
YUV165.7102.78145.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=40.17%
G=34.25%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016212100.150.360.2535.6534.6760.98
HexBEA2790F241924233d
Octal2762421710174431444375
Binary101111101010001011110010111110010011001100100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA279; }

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

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

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

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

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

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

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

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