#BE8D69

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

Shades of Fallow #BE8D69

Tints of Fallow #BE8D69

Color information

#BE8D69 (or 0xBE8D69) is unknown color: approx Fallow. HEX triplet: BE, 8D and 69. RGB value is (190,141,105). Sum of RGB (Red+Green+Blue) = 190+141+105=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D69 is #417296. Grayscale: #979797. Windows color (decimal): -4289175 or 6917566. OLE color: 6917566.

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

Color convert

RGB190141105-
CMYK00.260.450.25
HSL25.41º39.53%57.84%-
HSV(B)25.41º44.74%74.51%-
XYZ33.3131.0217.6-
YUV151.55101.73155.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=43.58%
G=32.34%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014110500.260.450.2525.4139.5357.84
HexBE8D6901A2D1919283a
Octal2762151510325531315072
Binary101111101000110111010010110101011011100111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D69; }

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

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

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

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

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

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

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

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