#BC987F

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

Shades of Pale Taupe #BC987F

Tints of Pale Taupe #BC987F

Color information

#BC987F (or 0xBC987F) is unknown color: approx Pale Taupe. HEX triplet: BC, 98 and 7F. RGB value is (188,152,127). Sum of RGB (Red+Green+Blue) = 188+152+127=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC987F is #436780. Grayscale: #A0A0A0. Windows color (decimal): -4417409 or 8362172. OLE color: 8362172.

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

Color convert

RGB188152127-
CMYK00.190.320.26
HSL24.59º31.28%61.76%-
HSV(B)24.59º32.45%73.73%-
XYZ35.834.6824.89-
YUV159.91109.43148.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 127 (50% from 255) = 27.19%
R=40.26%
G=32.55%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815212700.190.320.2624.5931.2861.76
HexBC987F013201A191f3e
Octal2742301770234032313776
Binary10111100100110001111111010011100000110101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC987F; }

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

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

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

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

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

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

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

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