#BC9177

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

Shades of Pale Taupe #BC9177

Tints of Pale Taupe #BC9177

Color information

#BC9177 (or 0xBC9177) is unknown color: approx Pale Taupe. HEX triplet: BC, 91 and 77. RGB value is (188,145,119). Sum of RGB (Red+Green+Blue) = 188+145+119=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9177 is #436E88. Grayscale: #9B9B9B. Windows color (decimal): -4419209 or 7836092. OLE color: 7836092.

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

Color convert

RGB188145119-
CMYK00.230.370.26
HSL22.61º33.99%60.2%-
HSV(B)22.61º36.7%73.73%-
XYZ34.1932.2721.88-
YUV154.89107.75151.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=41.59%
G=32.08%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814511900.230.370.2622.6133.9960.2
HexBC9177017251A17223c
Octal2742211670274532274274
Binary101111001001000111101110101111001011101010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9177; }

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

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

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

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

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

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

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

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