#BD9E88

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

Shades of Pale Taupe #BD9E88

Tints of Pale Taupe #BD9E88

Color information

#BD9E88 (or 0xBD9E88) is unknown color: approx Pale Taupe. HEX triplet: BD, 9E and 88. RGB value is (189,158,136). Sum of RGB (Red+Green+Blue) = 189+158+136=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E88 is #426177. Grayscale: #A4A4A4. Windows color (decimal): -4350328 or 8953533. OLE color: 8953533.

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

Color convert

RGB189158136-
CMYK00.160.280.26
HSL24.91º28.65%63.73%-
HSV(B)24.91º28.04%74.12%-
XYZ37.6637.0528.46-
YUV164.76111.77145.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=39.13%
G=32.71%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915813600.160.280.2624.9128.6563.73
HexBD9E880101C1A191d40
Octal27523621002034323135100
Binary101111011001111010001000010000111001101011001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9E88; }

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

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

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

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

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

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

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

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