#BEA274

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

Shades of Fallow #BEA274

Tints of Fallow #BEA274

Color information

#BEA274 (or 0xBEA274) is unknown color: approx Fallow. HEX triplet: BE, A2 and 74. RGB value is (190,162,116). Sum of RGB (Red+Green+Blue) = 190+162+116=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA274 is #415D8B. Grayscale: #A5A5A5. Windows color (decimal): -4283788 or 7643838. OLE color: 7643838.

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

Color convert

RGB190162116-
CMYK00.150.390.25
HSL37.3º36.27%60%-
HSV(B)37.3º38.95%74.51%-
XYZ37.3138.0521.9-
YUV165.13100.28145.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 116 (45.70% from 255) = 24.79%
R=40.60%
G=34.62%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016211600.150.390.2537.336.2760
HexBEA2740F271925243c
Octal2762421640174731454474
Binary101111101010001011101000111110011111001100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA274; }

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

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

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

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

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

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

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

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