#BC987D

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

Shades of Pale Taupe #BC987D

Tints of Pale Taupe #BC987D

Color information

#BC987D (or 0xBC987D) is unknown color: approx Pale Taupe. HEX triplet: BC, 98 and 7D. RGB value is (188,152,125). Sum of RGB (Red+Green+Blue) = 188+152+125=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC987D is #436782. Grayscale: #9F9F9F. Windows color (decimal): -4417411 or 8231100. OLE color: 8231100.

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

Color convert

RGB188152125-
CMYK00.190.340.26
HSL25.71º31.98%61.37%-
HSV(B)25.71º33.51%73.73%-
XYZ35.6734.6324.21-
YUV159.69108.43148.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=40.43%
G=32.69%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815212500.190.340.2625.7131.9861.37
HexBC987D013221A1a203d
Octal2742301750234232324075
Binary101111001001100011111010100111000101101011010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC987D; }

 p { color: rgb(188,152,125); }

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

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

 a { background-color: rgb(188,152,125); }

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

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

 span { border-color: rgb(188,152,125); }

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