#BEA477

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

Shades of Fallow #BEA477

Tints of Fallow #BEA477

Color information

#BEA477 (or 0xBEA477) is unknown color: approx Fallow. HEX triplet: BE, A4 and 77. RGB value is (190,164,119). Sum of RGB (Red+Green+Blue) = 190+164+119=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA477 is #415B88. Grayscale: #A6A6A6. Windows color (decimal): -4283273 or 7840958. OLE color: 7840958.

HSL color Cylindrical-coordinate representation of color #BEA477: hue angle of 38.03º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEA477 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190164119-
CMYK00.140.370.25
HSL38.03º35.32%60.59%-
HSV(B)38.03º37.37%74.51%-
XYZ37.8438.8322.95-
YUV166.64101.11144.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=40.17%
G=34.67%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016411900.140.370.2538.0335.3260.59
HexBEA4770E251926233d
Octal2762441670164531464375
Binary101111101010010011101110111010010111001100110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA477; }

 p { color: rgb(190,164,119); }

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

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

 a { background-color: rgb(190,164,119); }

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

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

 span { border-color: rgb(190,164,119); }

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