#BE9D6F

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

Shades of Fallow #BE9D6F

Tints of Fallow #BE9D6F

Color information

#BE9D6F (or 0xBE9D6F) is unknown color: approx Fallow. HEX triplet: BE, 9D and 6F. RGB value is (190,157,111). Sum of RGB (Red+Green+Blue) = 190+157+111=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D6F is #416290. Grayscale: #A1A1A1. Windows color (decimal): -4285073 or 7314878. OLE color: 7314878.

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

Color convert

RGB190157111-
CMYK00.170.420.25
HSL34.94º37.8%59.02%-
HSV(B)34.94º41.58%74.51%-
XYZ36.1636.2120.12-
YUV161.6299.43148.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=41.48%
G=34.28%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015711100.170.420.2534.9437.859.02
HexBE9D6F0112A1923263b
Octal2762351570215231434673
Binary1011111010011101110111101000110101011001100011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D6F; }

 p { color: rgb(190,157,111); }

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

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

 a { background-color: rgb(190,157,111); }

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

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

 span { border-color: rgb(190,157,111); }

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