#BE9F77

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

Shades of Fallow #BE9F77

Tints of Fallow #BE9F77

Color information

#BE9F77 (or 0xBE9F77) is unknown color: approx Fallow. HEX triplet: BE, 9F and 77. RGB value is (190,159,119). Sum of RGB (Red+Green+Blue) = 190+159+119=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F77 is #416088. Grayscale: #A3A3A3. Windows color (decimal): -4284553 or 7839678. OLE color: 7839678.

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

Color convert

RGB190159119-
CMYK00.160.370.25
HSL33.8º35.32%60.59%-
HSV(B)33.8º37.37%74.51%-
XYZ36.9637.0822.66-
YUV163.71102.77146.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=40.60%
G=33.97%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015911900.160.370.2533.835.3260.59
HexBE9F77010251922233d
Octal2762371670204531424375
Binary1011111010011111111011101000010010111001100010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F77; }

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

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

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

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

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

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

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

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