#BE9F73

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

Shades of Fallow #BE9F73

Tints of Fallow #BE9F73

Color information

#BE9F73 (or 0xBE9F73) is unknown color: approx Fallow. HEX triplet: BE, 9F and 73. RGB value is (190,159,115). Sum of RGB (Red+Green+Blue) = 190+159+115=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F73 is #41608C. Grayscale: #A3A3A3. Windows color (decimal): -4284557 or 7577534. OLE color: 7577534.

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

Color convert

RGB190159115-
CMYK00.160.390.25
HSL35.2º36.59%59.8%-
HSV(B)35.2º39.47%74.51%-
XYZ36.7336.9821.42-
YUV163.25100.77147.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 115 (45.31% from 255) = 24.78%
R=40.95%
G=34.27%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015911500.160.390.2535.236.5959.8
HexBE9F73010271923253c
Octal2762371630204731434574
Binary1011111010011111111001101000010011111001100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F73; }

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

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

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

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

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

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

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

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