#BE9669

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

Shades of Fallow #BE9669

Tints of Fallow #BE9669

Color information

#BE9669 (or 0xBE9669) is unknown color: approx Fallow. HEX triplet: BE, 96 and 69. RGB value is (190,150,105). Sum of RGB (Red+Green+Blue) = 190+150+105=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9669 is #416996. Grayscale: #9D9D9D. Windows color (decimal): -4286871 or 6919870. OLE color: 6919870.

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

Color convert

RGB190150105-
CMYK00.210.450.25
HSL31.76º39.53%57.84%-
HSV(B)31.76º44.74%74.51%-
XYZ34.6933.7818.06-
YUV156.8398.75151.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=42.70%
G=33.71%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015010500.210.450.2531.7639.5357.84
HexBE96690152D1920283a
Octal2762261510255531405072
Binary1011111010010110110100101010110110111001100000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9669; }

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

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

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

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

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

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

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

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