#BE9F75

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

Shades of Fallow #BE9F75

Tints of Fallow #BE9F75

Color information

#BE9F75 (or 0xBE9F75) is unknown color: approx Fallow. HEX triplet: BE, 9F and 75. RGB value is (190,159,117). Sum of RGB (Red+Green+Blue) = 190+159+117=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F75 is #41608A. Grayscale: #A3A3A3. Windows color (decimal): -4284555 or 7708606. OLE color: 7708606.

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

Color convert

RGB190159117-
CMYK00.160.380.25
HSL34.52º35.96%60.2%-
HSV(B)34.52º38.42%74.51%-
XYZ36.8437.0322.03-
YUV163.48101.77146.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=40.77%
G=34.12%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015911700.160.380.2534.5235.9660.2
HexBE9F75010261923243c
Octal2762371650204631434474
Binary1011111010011111111010101000010011011001100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F75; }

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

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

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

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

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

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

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

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