#BEA26C

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

Shades of Fallow #BEA26C

Tints of Fallow #BEA26C

Color information

#BEA26C (or 0xBEA26C) is unknown color: approx Fallow. HEX triplet: BE, A2 and 6C. RGB value is (190,162,108). Sum of RGB (Red+Green+Blue) = 190+162+108=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA26C is #415D93. Grayscale: #A4A4A4. Windows color (decimal): -4283796 or 7119550. OLE color: 7119550.

HSL color Cylindrical-coordinate representation of color #BEA26C: hue angle of 39.51º 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 #BEA26C is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB190162108-
CMYK00.150.430.25
HSL39.51º38.68%58.43%-
HSV(B)39.51º43.16%74.51%-
XYZ36.8637.8719.55-
YUV164.2296.28146.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=41.30%
G=35.22%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016210800.150.430.2539.5138.6858.43
HexBEA26C0F2B1928273a
Octal2762421540175331504772
Binary101111101010001011011000111110101111001101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA26C; }

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

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

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

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

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

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

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

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