#BC9878

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

Shades of Pale Taupe #BC9878

Tints of Pale Taupe #BC9878

Color information

#BC9878 (or 0xBC9878) is unknown color: approx Pale Taupe. HEX triplet: BC, 98 and 78. RGB value is (188,152,120). Sum of RGB (Red+Green+Blue) = 188+152+120=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9878 is #436787. Grayscale: #9F9F9F. Windows color (decimal): -4417416 or 7903420. OLE color: 7903420.

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

Color convert

RGB188152120-
CMYK00.190.360.26
HSL28.24º33.66%60.39%-
HSV(B)28.24º36.17%73.73%-
XYZ35.3634.522.57-
YUV159.12105.93148.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=40.87%
G=33.04%
B=26.09%

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
Decimal18815212000.190.360.2628.2433.6660.39
HexBC9878013241A1c223c
Octal2742301700234432344274
Binary101111001001100011110000100111001001101011100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9878; }

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

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

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

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

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

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

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

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