#BEA174

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

Shades of Fallow #BEA174

Tints of Fallow #BEA174

Color information

#BEA174 (or 0xBEA174) is unknown color: approx Fallow. HEX triplet: BE, A1 and 74. RGB value is (190,161,116). Sum of RGB (Red+Green+Blue) = 190+161+116=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA174 is #415E8B. Grayscale: #A4A4A4. Windows color (decimal): -4284044 or 7643582. OLE color: 7643582.

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

Color convert

RGB190161116-
CMYK00.150.390.25
HSL36.49º36.27%60%-
HSV(B)36.49º38.95%74.51%-
XYZ37.1337.721.84-
YUV164.54100.61146.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 116 (45.70% from 255) = 24.84%
R=40.69%
G=34.48%
B=24.84%

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
Decimal19016111600.150.390.2536.4936.2760
HexBEA1740F271924243c
Octal2762411640174731444474
Binary101111101010000111101000111110011111001100100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA174; }

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

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

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

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

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

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

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

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