Shades of Pale Taupe #BC957B
Tints of Pale Taupe #BC957B
RGB
CMYK
RGB Variations
Color information
#BC957B (or 0xBC957B) is known color: Pale Taupe. HEX triplet: BC, 95 and 7B. RGB value is (188,149,123). Sum of RGB (Red+Green+Blue) = 188+149+123=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC957B is #436A84. Grayscale: #9D9D9D. Windows color (decimal): -4418181 or 8099260. OLE color: 8099260.
HSL color Cylindrical-coordinate representation of color #BC957B: hue angle of 24º 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 #BC957B is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 123 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.26 |
| HSL | 24º | 0.33% | 0.61% | - |
| HSV(B) | 24º | 0.35% | 0.74% | - |
| XYZ | 35.06 | 33.62 | 23.38 | - |
| YUV | 157.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 123 | 0 | 0.21 | 0.35 | 0.26 | 24 | 0.33 | 0.61 |
| Hex | BC | 95 | 7B | 0 | 15 | 23 | 1A | 18 | 21 | 3D |
| Octal | 274 | 225 | 173 | 0 | 25 | 43 | 32 | 30 | 41 | 75 |
| Binary | 10111100 | 10010101 | 1111011 | 0 | 10101 | 100011 | 11010 | 11000 | 100001 | 111101 |
Color Harmonies of #BC957B
Complementary color
Monochromatic Colors of #BC957B
Black with #BC957B
Text Example
Text Example
White with #BC957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC957B; }
p { color: rgb(188,149,123); }
H1.HeaderClassName
{
color: #BC957B;
}
.AnyTagClassName
{
color: #BC957B;
}
</style>
background-color css
<style>
a { background-color: #BC957B; }
a { background-color: rgb(188,149,123); }
div.DivClassName
{
background-color: #BC957B;
}
.BgClassName
{
background-color: #BC957B;
}
</style>
border-color css
<style>
span { border-color: #BC957B; }
span { border-color: rgb(188,149,123); }
td.TdClassName
{
border-color: #BC957B;
}
.TagClassName
{
border-color: #BC957B;
}
</style>