#BC9981

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

Shades of Pale Taupe #BC9981

Tints of Pale Taupe #BC9981

Color information

#BC9981 (or 0xBC9981) is unknown color: approx Pale Taupe. HEX triplet: BC, 99 and 81. RGB value is (188,153,129). Sum of RGB (Red+Green+Blue) = 188+153+129=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9981 is #43667E. Grayscale: #A0A0A0. Windows color (decimal): -4417151 or 8493500. OLE color: 8493500.

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

Color convert

RGB188153129-
CMYK00.190.310.26
HSL24.41º30.57%62.16%-
HSV(B)24.41º31.38%73.73%-
XYZ36.0935.0625.63-
YUV160.73110.1147.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=40%
G=32.55%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815312900.190.310.2624.4130.5762.16
HexBC99810131F1A181f3e
Octal2742312010233732303776
Binary10111100100110011000000101001111111110101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9981; }

 p { color: rgb(188,153,129); }

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

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

 a { background-color: rgb(188,153,129); }

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

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

 span { border-color: rgb(188,153,129); }

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