#BE8E73

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

Shades of Pale Taupe #BE8E73

Tints of Pale Taupe #BE8E73

Color information

#BE8E73 (or 0xBE8E73) is unknown color: approx Pale Taupe. HEX triplet: BE, 8E and 73. RGB value is (190,142,115). Sum of RGB (Red+Green+Blue) = 190+142+115=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E73 is #41718C. Grayscale: #999999. Windows color (decimal): -4288909 or 7573182. OLE color: 7573182.

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

Color convert

RGB190142115-
CMYK00.250.390.25
HSL21.6º36.59%59.8%-
HSV(B)21.6º39.47%74.51%-
XYZ3431.5320.51-
YUV153.27106.4154.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=42.51%
G=31.77%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014211500.250.390.2521.636.5959.8
HexBE8E73019271916253c
Octal2762161630314731264574
Binary101111101000111011100110110011001111100110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E73; }

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

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

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

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

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

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

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

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