#BEA36F

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

Shades of Fallow #BEA36F

Tints of Fallow #BEA36F

Color information

#BEA36F (or 0xBEA36F) is unknown color: approx Fallow. HEX triplet: BE, A3 and 6F. RGB value is (190,163,111). Sum of RGB (Red+Green+Blue) = 190+163+111=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA36F is #415C90. Grayscale: #A5A5A5. Windows color (decimal): -4283537 or 7316414. OLE color: 7316414.

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

Color convert

RGB190163111-
CMYK00.140.420.25
HSL39.49º37.8%59.02%-
HSV(B)39.49º41.58%74.51%-
XYZ37.238.2920.47-
YUV165.1497.45145.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=40.95%
G=35.13%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016311100.140.420.2539.4937.859.02
HexBEA36F0E2A1927263b
Octal2762431570165231474673
Binary101111101010001111011110111010101011001100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA36F; }

 p { color: rgb(190,163,111); }

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

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

 a { background-color: rgb(190,163,111); }

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

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

 span { border-color: rgb(190,163,111); }

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