#BEA06C

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

Shades of Fallow #BEA06C

Tints of Fallow #BEA06C

Color information

#BEA06C (or 0xBEA06C) is unknown color: approx Fallow. HEX triplet: BE, A0 and 6C. RGB value is (190,160,108). Sum of RGB (Red+Green+Blue) = 190+160+108=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA06C is #415F93. Grayscale: #A3A3A3. Windows color (decimal): -4284308 or 7119038. OLE color: 7119038.

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

Color convert

RGB190160108-
CMYK00.160.430.25
HSL38.05º38.68%58.43%-
HSV(B)38.05º43.16%74.51%-
XYZ36.5137.1719.44-
YUV163.0496.94147.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 108 (42.58% from 255) = 23.58%
R=41.48%
G=34.93%
B=23.58%

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
Decimal19016010800.160.430.2538.0538.6858.43
HexBEA06C0102B1926273a
Octal2762401540205331464772
Binary1011111010100000110110001000010101111001100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA06C; }

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

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

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

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

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

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

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

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