#BE9F69

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

Shades of Fallow #BE9F69

Tints of Fallow #BE9F69

Color information

#BE9F69 (or 0xBE9F69) is unknown color: approx Fallow. HEX triplet: BE, 9F and 69. RGB value is (190,159,105). Sum of RGB (Red+Green+Blue) = 190+159+105=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F69 is #416096. Grayscale: #A2A2A2. Windows color (decimal): -4284567 or 6922174. OLE color: 6922174.

HSL color Cylindrical-coordinate representation of color #BE9F69: hue angle of 38.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE9F69 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB190159105-
CMYK00.160.450.25
HSL38.12º39.53%57.84%-
HSV(B)38.12º44.74%74.51%-
XYZ36.1836.7618.55-
YUV162.1195.77147.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 159 (62.5% from 255) = 35.02%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=41.85%
G=35.02%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015910500.160.450.2538.1239.5357.84
HexBE9F690102D1926283a
Octal2762371510205531465072
Binary1011111010011111110100101000010110111001100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F69; }

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

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

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

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

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

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

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

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