#BE9A73

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

Shades of Fallow #BE9A73

Tints of Fallow #BE9A73

Color information

#BE9A73 (or 0xBE9A73) is unknown color: approx Fallow. HEX triplet: BE, 9A and 73. RGB value is (190,154,115). Sum of RGB (Red+Green+Blue) = 190+154+115=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A73 is #41658C. Grayscale: #A0A0A0. Windows color (decimal): -4285837 or 7576254. OLE color: 7576254.

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

Color convert

RGB190154115-
CMYK00.190.390.25
HSL31.2º36.59%59.8%-
HSV(B)31.2º39.47%74.51%-
XYZ35.8935.321.14-
YUV160.32102.43149.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=41.39%
G=33.55%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015411500.190.390.2531.236.5959.8
HexBE9A7301327191f253c
Octal2762321630234731374574
Binary101111101001101011100110100111001111100111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A73; }

 p { color: rgb(190,154,115); }

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

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

 a { background-color: rgb(190,154,115); }

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

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

 span { border-color: rgb(190,154,115); }

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