#BE9D86

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

Shades of Pale Taupe #BE9D86

Tints of Pale Taupe #BE9D86

Color information

#BE9D86 (or 0xBE9D86) is unknown color: approx Pale Taupe. HEX triplet: BE, 9D and 86. RGB value is (190,157,134). Sum of RGB (Red+Green+Blue) = 190+157+134=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D86 is #416279. Grayscale: #A4A4A4. Windows color (decimal): -4285050 or 8822206. OLE color: 8822206.

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

Color convert

RGB190157134-
CMYK00.170.290.25
HSL24.64º30.11%63.53%-
HSV(B)24.64º29.47%74.51%-
XYZ37.636.7827.67-
YUV164.24110.93146.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=39.50%
G=32.64%
B=27.86%

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
Decimal19015713400.170.290.2524.6430.1163.53
HexBE9D860111D19191e40
Octal27623520602135313136100
Binary101111101001110110000110010001111011100111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D86; }

 p { color: rgb(190,157,134); }

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

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

 a { background-color: rgb(190,157,134); }

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

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

 span { border-color: rgb(190,157,134); }

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