#BEA06D

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

Shades of Fallow #BEA06D

Tints of Fallow #BEA06D

Color information

#BEA06D (or 0xBEA06D) is unknown color: approx Fallow. HEX triplet: BE, A0 and 6D. RGB value is (190,160,109). Sum of RGB (Red+Green+Blue) = 190+160+109=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA06D is #415F92. Grayscale: #A3A3A3. Windows color (decimal): -4284307 or 7184574. OLE color: 7184574.

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

Color convert

RGB190160109-
CMYK00.160.430.25
HSL37.78º38.39%58.63%-
HSV(B)37.78º42.63%74.51%-
XYZ36.5737.1919.72-
YUV163.1697.44147.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=41.39%
G=34.86%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016010900.160.430.2537.7838.3958.63
HexBEA06D0102B1926263b
Octal2762401550205331464673
Binary1011111010100000110110101000010101111001100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA06D; }

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

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

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

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

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

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

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

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