Shades of Pale Taupe #BC9B7A
Tints of Pale Taupe #BC9B7A
RGB
CMYK
RGB Variations
Color information
#BC9B7A (or 0xBC9B7A) is known color: Pale Taupe. HEX triplet: BC, 9B and 7A. RGB value is (188,155,122). Sum of RGB (Red+Green+Blue) = 188+155+122=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B7A is #436485. Grayscale: #A1A1A1. Windows color (decimal): -4416646 or 8035260. OLE color: 8035260.
HSL color Cylindrical-coordinate representation of color #BC9B7A: hue angle of 30º 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 #BC9B7A is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 122 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.26 |
| HSL | 30º | 0.33% | 0.61% | - |
| HSV(B) | 30º | 0.35% | 0.74% | - |
| XYZ | 35.97 | 35.54 | 23.38 | - |
| YUV | 161.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 122 | 0 | 0.18 | 0.35 | 0.26 | 30 | 0.33 | 0.61 |
| Hex | BC | 9B | 7A | 0 | 12 | 23 | 1A | 1E | 21 | 3D |
| Octal | 274 | 233 | 172 | 0 | 22 | 43 | 32 | 36 | 41 | 75 |
| Binary | 10111100 | 10011011 | 1111010 | 0 | 10010 | 100011 | 11010 | 11110 | 100001 | 111101 |
Color Harmonies of #BC9B7A
Complementary color
Monochromatic Colors of #BC9B7A
Black with #BC9B7A
Text Example
Text Example
White with #BC9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B7A; }
p { color: rgb(188,155,122); }
H1.HeaderClassName
{
color: #BC9B7A;
}
.AnyTagClassName
{
color: #BC9B7A;
}
</style>
background-color css
<style>
a { background-color: #BC9B7A; }
a { background-color: rgb(188,155,122); }
div.DivClassName
{
background-color: #BC9B7A;
}
.BgClassName
{
background-color: #BC9B7A;
}
</style>
border-color css
<style>
span { border-color: #BC9B7A; }
span { border-color: rgb(188,155,122); }
td.TdClassName
{
border-color: #BC9B7A;
}
.TagClassName
{
border-color: #BC9B7A;
}
</style>