#BE9E88

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

Shades of Pale Taupe #BE9E88

Tints of Pale Taupe #BE9E88

Color information

#BE9E88 (or 0xBE9E88) is unknown color: approx Pale Taupe. HEX triplet: BE, 9E and 88. RGB value is (190,158,136). Sum of RGB (Red+Green+Blue) = 190+158+136=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E88 is #416177. Grayscale: #A5A5A5. Windows color (decimal): -4284792 or 8953534. OLE color: 8953534.

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

Color convert

RGB190158136-
CMYK00.170.280.25
HSL24.44º29.35%63.92%-
HSV(B)24.44º28.42%74.51%-
XYZ37.9137.1828.47-
YUV165.06111.6145.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=39.26%
G=32.64%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015813600.170.280.2524.4429.3563.92
HexBE9E880111C19181d40
Octal27623621002134313035100
Binary101111101001111010001000010001111001100111000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E88; }

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

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

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

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

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

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

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

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