#BE9969

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

Shades of Fallow #BE9969

Tints of Fallow #BE9969

Color information

#BE9969 (or 0xBE9969) is unknown color: approx Fallow. HEX triplet: BE, 99 and 69. RGB value is (190,153,105). Sum of RGB (Red+Green+Blue) = 190+153+105=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9969 is #416696. Grayscale: #9E9E9E. Windows color (decimal): -4286103 or 6920638. OLE color: 6920638.

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

Color convert

RGB190153105-
CMYK00.190.450.25
HSL33.88º39.53%57.84%-
HSV(B)33.88º44.74%74.51%-
XYZ35.1834.7518.22-
YUV158.5997.76150.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=42.41%
G=34.15%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015310500.190.450.2533.8839.5357.84
HexBE99690132D1922283a
Octal2762311510235531425072
Binary1011111010011001110100101001110110111001100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9969; }

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

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

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

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

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

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

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

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