#BE9A87

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

Shades of Pale Taupe #BE9A87

Tints of Pale Taupe #BE9A87

Color information

#BE9A87 (or 0xBE9A87) is unknown color: approx Pale Taupe. HEX triplet: BE, 9A and 87. RGB value is (190,154,135). Sum of RGB (Red+Green+Blue) = 190+154+135=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A87 is #416578. Grayscale: #A2A2A2. Windows color (decimal): -4285817 or 8886974. OLE color: 8886974.

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

Color convert

RGB190154135-
CMYK00.190.290.25
HSL20.73º29.73%63.73%-
HSV(B)20.73º28.95%74.51%-
XYZ37.1635.8127.87-
YUV162.6112.43147.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=39.67%
G=32.15%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015413500.190.290.2520.7329.7363.73
HexBE9A870131D19151e40
Octal27623220702335312536100
Binary101111101001101010000111010011111011100110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A87; }

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

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

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

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

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

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

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

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