#BEA06A

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

Shades of Fallow #BEA06A

Tints of Fallow #BEA06A

Color information

#BEA06A (or 0xBEA06A) is unknown color: approx Fallow. HEX triplet: BE, A0 and 6A. RGB value is (190,160,106). Sum of RGB (Red+Green+Blue) = 190+160+106=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA06A is #415F95. Grayscale: #A3A3A3. Windows color (decimal): -4284310 or 6987966. OLE color: 6987966.

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

Color convert

RGB190160106-
CMYK00.160.440.25
HSL38.57º39.25%58.04%-
HSV(B)38.57º44.21%74.51%-
XYZ36.4137.1318.88-
YUV162.8195.94147.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=41.67%
G=35.09%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016010600.160.440.2538.5739.2558.04
HexBEA06A0102C1927273a
Octal2762401520205431474772
Binary1011111010100000110101001000010110011001100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA06A; }

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

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

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

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

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

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

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

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