#BC9C87

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

Shades of Pale Taupe #BC9C87

Tints of Pale Taupe #BC9C87

Color information

#BC9C87 (or 0xBC9C87) is unknown color: approx Pale Taupe. HEX triplet: BC, 9C and 87. RGB value is (188,156,135). Sum of RGB (Red+Green+Blue) = 188+156+135=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C87 is #436378. Grayscale: #A3A3A3. Windows color (decimal): -4416377 or 8887484. OLE color: 8887484.

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

Color convert

RGB188156135-
CMYK00.170.280.26
HSL23.77º28.34%63.33%-
HSV(B)23.77º28.19%73.73%-
XYZ3736.2227.96-
YUV163.17112.1145.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=39.25%
G=32.57%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815613500.170.280.2623.7728.3463.33
HexBC9C870111C1A181c3f
Octal2742342070213432303477
Binary10111100100111001000011101000111100110101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C87; }

 p { color: rgb(188,156,135); }

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

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

 a { background-color: rgb(188,156,135); }

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

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

 span { border-color: rgb(188,156,135); }

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