#BEA574

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

Shades of Fallow #BEA574

Tints of Fallow #BEA574

Color information

#BEA574 (or 0xBEA574) is unknown color: approx Fallow. HEX triplet: BE, A5 and 74. RGB value is (190,165,116). Sum of RGB (Red+Green+Blue) = 190+165+116=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA574 is #415A8B. Grayscale: #A7A7A7. Windows color (decimal): -4283020 or 7644606. OLE color: 7644606.

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

Color convert

RGB190165116-
CMYK00.130.390.25
HSL39.73º36.27%60%-
HSV(B)39.73º38.95%74.51%-
XYZ37.8439.1222.08-
YUV166.8999.28144.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=40.34%
G=35.03%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016511600.130.390.2539.7336.2760
HexBEA5740D271928243c
Octal2762451640154731504474
Binary101111101010010111101000110110011111001101000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA574; }

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

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

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

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

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

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

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

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