#BE9D69

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

Shades of Fallow #BE9D69

Tints of Fallow #BE9D69

Color information

#BE9D69 (or 0xBE9D69) is unknown color: approx Fallow. HEX triplet: BE, 9D and 69. RGB value is (190,157,105). Sum of RGB (Red+Green+Blue) = 190+157+105=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D69 is #416296. Grayscale: #A1A1A1. Windows color (decimal): -4285079 or 6921662. OLE color: 6921662.

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

Color convert

RGB190157105-
CMYK00.170.450.25
HSL36.71º39.53%57.84%-
HSV(B)36.71º44.74%74.51%-
XYZ35.8436.0818.44-
YUV160.9496.43148.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=42.04%
G=34.73%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015710500.170.450.2536.7139.5357.84
HexBE9D690112D1925283a
Octal2762351510215531455072
Binary1011111010011101110100101000110110111001100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D69; }

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

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

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

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

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

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

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

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