#BE8D6D

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

Shades of Fallow #BE8D6D

Tints of Fallow #BE8D6D

Color information

#BE8D6D (or 0xBE8D6D) is unknown color: approx Fallow. HEX triplet: BE, 8D and 6D. RGB value is (190,141,109). Sum of RGB (Red+Green+Blue) = 190+141+109=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D6D is #417292. Grayscale: #989898. Windows color (decimal): -4289171 or 7179710. OLE color: 7179710.

HSL color Cylindrical-coordinate representation of color #BE8D6D: hue angle of 23.7º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE8D6D is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB190141109-
CMYK00.260.430.25
HSL23.7º38.39%58.63%-
HSV(B)23.7º42.63%74.51%-
XYZ33.5231.118.7-
YUV152103.73155.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 141 (55.47% from 255) = 32.05%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=43.18%
G=32.05%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014110900.260.430.2523.738.3958.63
HexBE8D6D01A2B1918263b
Octal2762151550325331304673
Binary101111101000110111011010110101010111100111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D6D; }

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

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

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

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

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

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

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

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