Shades of Pale Taupe #BC9078
Tints of Pale Taupe #BC9078
RGB
CMYK
RGB Variations
Color information
#BC9078 (or 0xBC9078) is known color: Pale Taupe. HEX triplet: BC, 90 and 78. RGB value is (188,144,120). Sum of RGB (Red+Green+Blue) = 188+144+120=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9078 is #436F87. Grayscale: #9A9A9A. Windows color (decimal): -4419464 or 7901372. OLE color: 7901372.
HSL color Cylindrical-coordinate representation of color #BC9078: hue angle of 21.18º 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 #BC9078 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 120 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.26 |
| HSL | 21.18º | 0.34% | 0.6% | - |
| HSV(B) | 21.18º | 0.36% | 0.74% | - |
| XYZ | 34.1 | 31.99 | 22.15 | - |
| YUV | 154.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 120 | 0 | 0.23 | 0.36 | 0.26 | 21.18 | 0.34 | 0.6 |
| Hex | BC | 90 | 78 | 0 | 17 | 24 | 1A | 15 | 22 | 3C |
| Octal | 274 | 220 | 170 | 0 | 27 | 44 | 32 | 25 | 42 | 74 |
| Binary | 10111100 | 10010000 | 1111000 | 0 | 10111 | 100100 | 11010 | 10101 | 100010 | 111100 |
Color Harmonies of #BC9078
Complementary color
Monochromatic Colors of #BC9078
Black with #BC9078
Text Example
Text Example
White with #BC9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9078; }
p { color: rgb(188,144,120); }
H1.HeaderClassName
{
color: #BC9078;
}
.AnyTagClassName
{
color: #BC9078;
}
</style>
background-color css
<style>
a { background-color: #BC9078; }
a { background-color: rgb(188,144,120); }
div.DivClassName
{
background-color: #BC9078;
}
.BgClassName
{
background-color: #BC9078;
}
</style>
border-color css
<style>
span { border-color: #BC9078; }
span { border-color: rgb(188,144,120); }
td.TdClassName
{
border-color: #BC9078;
}
.TagClassName
{
border-color: #BC9078;
}
</style>