#BEA069

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

Shades of Fallow #BEA069

Tints of Fallow #BEA069

Color information

#BEA069 (or 0xBEA069) is unknown color: approx Fallow. HEX triplet: BE, A0 and 69. RGB value is (190,160,105). Sum of RGB (Red+Green+Blue) = 190+160+105=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA069 is #415F96. Grayscale: #A2A2A2. Windows color (decimal): -4284311 or 6922430. OLE color: 6922430.

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

Color convert

RGB190160105-
CMYK00.160.450.25
HSL38.82º39.53%57.84%-
HSV(B)38.82º44.74%74.51%-
XYZ36.3637.1118.61-
YUV162.795.44147.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=41.76%
G=35.16%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016010500.160.450.2538.8239.5357.84
HexBEA0690102D1927283a
Octal2762401510205531475072
Binary1011111010100000110100101000010110111001100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA069; }

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

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

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

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

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

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

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

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