#BC9877

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

Shades of Pale Taupe #BC9877

Tints of Pale Taupe #BC9877

Color information

#BC9877 (or 0xBC9877) is unknown color: approx Pale Taupe. HEX triplet: BC, 98 and 77. RGB value is (188,152,119). Sum of RGB (Red+Green+Blue) = 188+152+119=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9877 is #436788. Grayscale: #9F9F9F. Windows color (decimal): -4417417 or 7837884. OLE color: 7837884.

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

Color convert

RGB188152119-
CMYK00.190.370.26
HSL28.7º33.99%60.2%-
HSV(B)28.7º36.7%73.73%-
XYZ35.334.4822.25-
YUV159105.43148.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=40.96%
G=33.12%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815211900.190.370.2628.733.9960.2
HexBC9877013251A1d223c
Octal2742301670234532354274
Binary101111001001100011101110100111001011101011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9877; }

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

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

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

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

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

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

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

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