#BC9080

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

Shades of Pale Taupe #BC9080

Tints of Pale Taupe #BC9080

Color information

#BC9080 (or 0xBC9080) is unknown color: approx Pale Taupe. HEX triplet: BC, 90 and 80. RGB value is (188,144,128). Sum of RGB (Red+Green+Blue) = 188+144+128=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9080 is #436F7F. Grayscale: #9B9B9B. Windows color (decimal): -4419456 or 8425660. OLE color: 8425660.

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

Color convert

RGB188144128-
CMYK00.230.320.26
HSL16º30.93%61.96%-
HSV(B)16º31.91%73.73%-
XYZ34.6132.224.81-
YUV155.33112.58151.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=40.87%
G=31.30%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814412800.230.320.261630.9361.96
HexBC9080017201A101f3e
Octal2742202000274032203776
Binary101111001001000010000000010111100000110101000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9080; }

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

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

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

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

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

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

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

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