#BE8D73

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

Shades of Pale Taupe #BE8D73

Tints of Pale Taupe #BE8D73

Color information

#BE8D73 (or 0xBE8D73) is unknown color: approx Pale Taupe. HEX triplet: BE, 8D and 73. RGB value is (190,141,115). Sum of RGB (Red+Green+Blue) = 190+141+115=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D73 is #41728C. Grayscale: #989898. Windows color (decimal): -4289165 or 7572926. OLE color: 7572926.

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

Color convert

RGB190141115-
CMYK00.260.390.25
HSL20.8º36.59%59.8%-
HSV(B)20.8º39.47%74.51%-
XYZ33.8531.2320.46-
YUV152.69106.73154.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=42.60%
G=31.61%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014111500.260.390.2520.836.5959.8
HexBE8D7301A271915253c
Octal2762151630324731254574
Binary101111101000110111100110110101001111100110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D73; }

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

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

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

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

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

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

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

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