#BC9580

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

Shades of Pale Taupe #BC9580

Tints of Pale Taupe #BC9580

Color information

#BC9580 (or 0xBC9580) is unknown color: approx Pale Taupe. HEX triplet: BC, 95 and 80. RGB value is (188,149,128). Sum of RGB (Red+Green+Blue) = 188+149+128=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9580 is #436A7F. Grayscale: #9E9E9E. Windows color (decimal): -4418176 or 8426940. OLE color: 8426940.

HSL color Cylindrical-coordinate representation of color #BC9580: hue angle of 21º 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 #BC9580 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB188149128-
CMYK00.210.320.26
HSL21º30.93%61.96%-
HSV(B)21º31.91%73.73%-
XYZ35.3833.7425.07-
YUV158.27110.92149.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=40.43%
G=32.04%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814912800.210.320.262130.9361.96
HexBC9580015201A151f3e
Octal2742252000254032253776
Binary101111001001010110000000010101100000110101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9580; }

 p { color: rgb(188,149,128); }

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

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

 a { background-color: rgb(188,149,128); }

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

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

 span { border-color: rgb(188,149,128); }

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