#BE9C86

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

Shades of Pale Taupe #BE9C86

Tints of Pale Taupe #BE9C86

Color information

#BE9C86 (or 0xBE9C86) is unknown color: approx Pale Taupe. HEX triplet: BE, 9C and 86. RGB value is (190,156,134). Sum of RGB (Red+Green+Blue) = 190+156+134=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C86 is #416379. Grayscale: #A3A3A3. Windows color (decimal): -4285306 or 8821950. OLE color: 8821950.

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

Color convert

RGB190156134-
CMYK00.180.290.25
HSL23.57º30.11%63.53%-
HSV(B)23.57º29.47%74.51%-
XYZ37.4336.4527.62-
YUV163.66111.26146.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=39.58%
G=32.5%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015613400.180.290.2523.5730.1163.53
HexBE9C860121D19181e40
Octal27623420602235313036100
Binary101111101001110010000110010010111011100111000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C86; }

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

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

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

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

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

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

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

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