#BE8D66

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

Shades of Fallow #BE8D66

Tints of Fallow #BE8D66

Color information

#BE8D66 (or 0xBE8D66) is unknown color: approx Fallow. HEX triplet: BE, 8D and 66. RGB value is (190,141,102). Sum of RGB (Red+Green+Blue) = 190+141+102=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D66 is #417299. Grayscale: #979797. Windows color (decimal): -4289178 or 6720958. OLE color: 6720958.

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

Color convert

RGB190141102-
CMYK00.260.460.25
HSL26.59º40.37%57.25%-
HSV(B)26.59º46.32%74.51%-
XYZ33.1630.9616.8-
YUV151.2100.23155.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=43.88%
G=32.56%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014110200.260.460.2526.5940.3757.25
HexBE8D6601A2E191b2839
Octal2762151460325631335071
Binary101111101000110111001100110101011101100111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D66; }

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

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

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

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

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

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

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

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