Shades of Pale Taupe #BC9178
Tints of Pale Taupe #BC9178
RGB
CMYK
RGB Variations
Color information
#BC9178 (or 0xBC9178) is known color: 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
| RGB | 188 | 145 | 120 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.26 |
| HSL | 22.06º | 0.34% | 0.6% | - |
| HSV(B) | 22.06º | 0.36% | 0.74% | - |
| XYZ | 34.25 | 32.3 | 22.2 | - |
| YUV | 155.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 120 | 0 | 0.23 | 0.36 | 0.26 | 22.06 | 0.34 | 0.6 |
| Hex | BC | 91 | 78 | 0 | 17 | 24 | 1A | 16 | 22 | 3C |
| Octal | 274 | 221 | 170 | 0 | 27 | 44 | 32 | 26 | 42 | 74 |
| Binary | 10111100 | 10010001 | 1111000 | 0 | 10111 | 100100 | 11010 | 10110 | 100010 | 111100 |
Color Harmonies of #BC9178
Complementary color
Monochromatic Colors of #BC9178
Black with #BC9178
Text Example
Text Example
White with #BC9178
Text Example
Text Example
HTML Codes & Css Web 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>