#BC9178

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

Shades of Pale Taupe #BC9178

Tints of Pale Taupe #BC9178

Color information

#BC9178 (or 0xBC9178) is unknown color: approx Pale Taupe. HEX triplet: BC, 91 and 78. RGB value is (188,145,120). Sum of RGB (Red+Green+Blue) = 188+145+120=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9178 is #436E87. Grayscale: #9B9B9B. Windows color (decimal): -4419208 or 7901628. OLE color: 7901628.

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

Color convert

RGB188145120-
CMYK00.230.360.26
HSL22.06º33.66%60.39%-
HSV(B)22.06º36.17%73.73%-
XYZ34.2532.322.2-
YUV155.01108.25151.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=41.50%
G=32.01%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814512000.230.360.2622.0633.6660.39
HexBC9178017241A16223c
Octal2742211700274432264274
Binary101111001001000111110000101111001001101010110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9178; }

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

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

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

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

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

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

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

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