Shades of Pale Taupe #BC917A
Tints of Pale Taupe #BC917A
RGB
CMYK
RGB Variations
Color information
#BC917A (or 0xBC917A) is known color: Pale Taupe. HEX triplet: BC, 91 and 7A. RGB value is (188,145,122). Sum of RGB (Red+Green+Blue) = 188+145+122=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC917A is #436E85. Grayscale: #9B9B9B. Windows color (decimal): -4419206 or 8032700. OLE color: 8032700.
HSL color Cylindrical-coordinate representation of color #BC917A: hue angle of 20.91º 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 #BC917A is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 122 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.26 |
| HSL | 20.91º | 0.33% | 0.61% | - |
| HSV(B) | 20.91º | 0.35% | 0.74% | - |
| XYZ | 34.38 | 32.35 | 22.84 | - |
| YUV | 155.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 122 | 0 | 0.23 | 0.35 | 0.26 | 20.91 | 0.33 | 0.61 |
| Hex | BC | 91 | 7A | 0 | 17 | 23 | 1A | 15 | 21 | 3D |
| Octal | 274 | 221 | 172 | 0 | 27 | 43 | 32 | 25 | 41 | 75 |
| Binary | 10111100 | 10010001 | 1111010 | 0 | 10111 | 100011 | 11010 | 10101 | 100001 | 111101 |
Color Harmonies of #BC917A
Complementary color
Monochromatic Colors of #BC917A
Black with #BC917A
Text Example
Text Example
White with #BC917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC917A; }
p { color: rgb(188,145,122); }
H1.HeaderClassName
{
color: #BC917A;
}
.AnyTagClassName
{
color: #BC917A;
}
</style>
background-color css
<style>
a { background-color: #BC917A; }
a { background-color: rgb(188,145,122); }
div.DivClassName
{
background-color: #BC917A;
}
.BgClassName
{
background-color: #BC917A;
}
</style>
border-color css
<style>
span { border-color: #BC917A; }
span { border-color: rgb(188,145,122); }
td.TdClassName
{
border-color: #BC917A;
}
.TagClassName
{
border-color: #BC917A;
}
</style>