#BE9E87

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

Shades of Pale Taupe #BE9E87

Tints of Pale Taupe #BE9E87

Color information

#BE9E87 (or 0xBE9E87) is unknown color: approx Pale Taupe. HEX triplet: BE, 9E and 87. RGB value is (190,158,135). Sum of RGB (Red+Green+Blue) = 190+158+135=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E87 is #416178. Grayscale: #A5A5A5. Windows color (decimal): -4284793 or 8887998. OLE color: 8887998.

HSL color Cylindrical-coordinate representation of color #BE9E87: hue angle of 25.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9E87 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB190158135-
CMYK00.170.290.25
HSL25.09º29.73%63.73%-
HSV(B)25.09º28.95%74.51%-
XYZ37.8437.1528.1-
YUV164.95111.1145.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=39.34%
G=32.71%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015813500.170.290.2525.0929.7363.73
HexBE9E870111D19191e40
Octal27623620702135313136100
Binary101111101001111010000111010001111011100111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E87; }

 p { color: rgb(190,158,135); }

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

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

 a { background-color: rgb(190,158,135); }

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

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

 span { border-color: rgb(190,158,135); }

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