Shades of Pale Taupe #BC947B
Tints of Pale Taupe #BC947B
RGB
CMYK
RGB Variations
Color information
#BC947B (or 0xBC947B) is known color: Pale Taupe. HEX triplet: BC, 94 and 7B. RGB value is (188,148,123). Sum of RGB (Red+Green+Blue) = 188+148+123=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC947B is #436B84. Grayscale: #9D9D9D. Windows color (decimal): -4418437 or 8099004. OLE color: 8099004.
HSL color Cylindrical-coordinate representation of color #BC947B: hue angle of 23.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC947B is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 123 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.26 |
| HSL | 23.08º | 0.33% | 0.61% | - |
| HSV(B) | 23.08º | 0.35% | 0.74% | - |
| XYZ | 34.9 | 33.3 | 23.33 | - |
| YUV | 157.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 123 | 0 | 0.21 | 0.35 | 0.26 | 23.08 | 0.33 | 0.61 |
| Hex | BC | 94 | 7B | 0 | 15 | 23 | 1A | 17 | 21 | 3D |
| Octal | 274 | 224 | 173 | 0 | 25 | 43 | 32 | 27 | 41 | 75 |
| Binary | 10111100 | 10010100 | 1111011 | 0 | 10101 | 100011 | 11010 | 10111 | 100001 | 111101 |
Color Harmonies of #BC947B
Complementary color
Monochromatic Colors of #BC947B
Black with #BC947B
Text Example
Text Example
White with #BC947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC947B; }
p { color: rgb(188,148,123); }
H1.HeaderClassName
{
color: #BC947B;
}
.AnyTagClassName
{
color: #BC947B;
}
</style>
background-color css
<style>
a { background-color: #BC947B; }
a { background-color: rgb(188,148,123); }
div.DivClassName
{
background-color: #BC947B;
}
.BgClassName
{
background-color: #BC947B;
}
</style>
border-color css
<style>
span { border-color: #BC947B; }
span { border-color: rgb(188,148,123); }
td.TdClassName
{
border-color: #BC947B;
}
.TagClassName
{
border-color: #BC947B;
}
</style>