#BC9879

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

Shades of Pale Taupe #BC9879

Tints of Pale Taupe #BC9879

Color information

#BC9879 (or 0xBC9879) is unknown color: approx Pale Taupe. HEX triplet: BC, 98 and 79. RGB value is (188,152,121). Sum of RGB (Red+Green+Blue) = 188+152+121=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9879 is #436786. Grayscale: #9F9F9F. Windows color (decimal): -4417415 or 7968956. OLE color: 7968956.

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

Color convert

RGB188152121-
CMYK00.190.360.26
HSL27.76º33.33%60.59%-
HSV(B)27.76º35.64%73.73%-
XYZ35.4234.5322.89-
YUV159.23106.43148.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=40.78%
G=32.97%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815212100.190.360.2627.7633.3360.59
HexBC9879013241A1c213d
Octal2742301710234432344175
Binary101111001001100011110010100111001001101011100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9879; }

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

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

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

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

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

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

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

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