Shades of Pale Taupe #BC937A
Tints of Pale Taupe #BC937A
RGB
CMYK
RGB Variations
Color information
#BC937A (or 0xBC937A) is known color: Pale Taupe. HEX triplet: BC, 93 and 7A. RGB value is (188,147,122). Sum of RGB (Red+Green+Blue) = 188+147+122=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC937A is #436C85. Grayscale: #9C9C9C. Windows color (decimal): -4418694 or 8033212. OLE color: 8033212.
HSL color Cylindrical-coordinate representation of color #BC937A: hue angle of 22.73º 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 #BC937A is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 122 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.26 |
| HSL | 22.73º | 0.33% | 0.61% | - |
| HSV(B) | 22.73º | 0.35% | 0.74% | - |
| XYZ | 34.69 | 32.96 | 22.95 | - |
| YUV | 156.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 122 | 0 | 0.22 | 0.35 | 0.26 | 22.73 | 0.33 | 0.61 |
| Hex | BC | 93 | 7A | 0 | 16 | 23 | 1A | 17 | 21 | 3D |
| Octal | 274 | 223 | 172 | 0 | 26 | 43 | 32 | 27 | 41 | 75 |
| Binary | 10111100 | 10010011 | 1111010 | 0 | 10110 | 100011 | 11010 | 10111 | 100001 | 111101 |
Color Harmonies of #BC937A
Complementary color
Monochromatic Colors of #BC937A
Black with #BC937A
Text Example
Text Example
White with #BC937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC937A; }
p { color: rgb(188,147,122); }
H1.HeaderClassName
{
color: #BC937A;
}
.AnyTagClassName
{
color: #BC937A;
}
</style>
background-color css
<style>
a { background-color: #BC937A; }
a { background-color: rgb(188,147,122); }
div.DivClassName
{
background-color: #BC937A;
}
.BgClassName
{
background-color: #BC937A;
}
</style>
border-color css
<style>
span { border-color: #BC937A; }
span { border-color: rgb(188,147,122); }
td.TdClassName
{
border-color: #BC937A;
}
.TagClassName
{
border-color: #BC937A;
}
</style>