#BE9169

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

Shades of Fallow #BE9169

Tints of Fallow #BE9169

Color information

#BE9169 (or 0xBE9169) is unknown color: approx Fallow. HEX triplet: BE, 91 and 69. RGB value is (190,145,105). Sum of RGB (Red+Green+Blue) = 190+145+105=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9169 is #416E96. Grayscale: #9A9A9A. Windows color (decimal): -4288151 or 6918590. OLE color: 6918590.

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

Color convert

RGB190145105-
CMYK00.240.450.25
HSL28.24º39.53%57.84%-
HSV(B)28.24º44.74%74.51%-
XYZ33.9132.2217.8-
YUV153.89100.41153.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=43.18%
G=32.95%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014510500.240.450.2528.2439.5357.84
HexBE91690182D191c283a
Octal2762211510305531345072
Binary101111101001000111010010110001011011100111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9169; }

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

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

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

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

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

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

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

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