Shades of Pale Taupe #BC9A7A
Tints of Pale Taupe #BC9A7A
RGB
CMYK
RGB Variations
Color information
#BC9A7A (or 0xBC9A7A) is known color: Pale Taupe. HEX triplet: BC, 9A and 7A. RGB value is (188,154,122). Sum of RGB (Red+Green+Blue) = 188+154+122=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A7A is #436585. Grayscale: #A0A0A0. Windows color (decimal): -4416902 or 8035004. OLE color: 8035004.
HSL color Cylindrical-coordinate representation of color #BC9A7A: hue angle of 29.09º 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 #BC9A7A is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 122 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.26 |
| HSL | 29.09º | 0.33% | 0.61% | - |
| HSV(B) | 29.09º | 0.35% | 0.74% | - |
| XYZ | 35.81 | 35.21 | 23.32 | - |
| YUV | 160.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 122 | 0 | 0.18 | 0.35 | 0.26 | 29.09 | 0.33 | 0.61 |
| Hex | BC | 9A | 7A | 0 | 12 | 23 | 1A | 1D | 21 | 3D |
| Octal | 274 | 232 | 172 | 0 | 22 | 43 | 32 | 35 | 41 | 75 |
| Binary | 10111100 | 10011010 | 1111010 | 0 | 10010 | 100011 | 11010 | 11101 | 100001 | 111101 |
Color Harmonies of #BC9A7A
Complementary color
Monochromatic Colors of #BC9A7A
Black with #BC9A7A
Text Example
Text Example
White with #BC9A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A7A; }
p { color: rgb(188,154,122); }
H1.HeaderClassName
{
color: #BC9A7A;
}
.AnyTagClassName
{
color: #BC9A7A;
}
</style>
background-color css
<style>
a { background-color: #BC9A7A; }
a { background-color: rgb(188,154,122); }
div.DivClassName
{
background-color: #BC9A7A;
}
.BgClassName
{
background-color: #BC9A7A;
}
</style>
border-color css
<style>
span { border-color: #BC9A7A; }
span { border-color: rgb(188,154,122); }
td.TdClassName
{
border-color: #BC9A7A;
}
.TagClassName
{
border-color: #BC9A7A;
}
</style>