#BD987A

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

Shades of Pale Taupe #BD987A

Tints of Pale Taupe #BD987A

Color information

#BD987A (or 0xBD987A) is unknown color: approx Pale Taupe. HEX triplet: BD, 98 and 7A. RGB value is (189,152,122). Sum of RGB (Red+Green+Blue) = 189+152+122=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD987A is #426785. Grayscale: #9F9F9F. Windows color (decimal): -4351878 or 8034493. OLE color: 8034493.

HSL color Cylindrical-coordinate representation of color #BD987A: hue angle of 26.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD987A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189152122-
CMYK00.200.350.26
HSL26.87º33.67%60.98%-
HSV(B)26.87º35.45%74.12%-
XYZ35.7334.6823.22-
YUV159.64106.76148.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=40.82%
G=32.83%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915212200.200.350.2626.8733.6760.98
HexBD987A014231A1b223d
Octal2752301720244332334275
Binary101111011001100011110100101001000111101011011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD987A; }

 p { color: rgb(189,152,122); }

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

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

 a { background-color: rgb(189,152,122); }

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

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

 span { border-color: rgb(189,152,122); }

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