Shades of Pale Taupe #BC9781
Tints of Pale Taupe #BC9781
RGB
CMYK
RGB Variations
Color information
#BC9781 (or 0xBC9781) is known color: Pale Taupe. HEX triplet: BC, 97 and 81. RGB value is (188,151,129). Sum of RGB (Red+Green+Blue) = 188+151+129=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9781 is #43687E. Grayscale: #9F9F9F. Windows color (decimal): -4417663 or 8492988. OLE color: 8492988.
HSL color Cylindrical-coordinate representation of color #BC9781: hue angle of 22.37º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC9781 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 129 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.26 |
| HSL | 22.37º | 0.31% | 0.62% | - |
| HSV(B) | 22.37º | 0.31% | 0.74% | - |
| XYZ | 35.77 | 34.41 | 25.53 | - |
| YUV | 159.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 129 | 0 | 0.20 | 0.31 | 0.26 | 22.37 | 0.31 | 0.62 |
| Hex | BC | 97 | 81 | 0 | 14 | 1F | 1A | 16 | 1F | 3E |
| Octal | 274 | 227 | 201 | 0 | 24 | 37 | 32 | 26 | 37 | 76 |
| Binary | 10111100 | 10010111 | 10000001 | 0 | 10100 | 11111 | 11010 | 10110 | 11111 | 111110 |
Color Harmonies of #BC9781
Complementary color
Monochromatic Colors of #BC9781
Black with #BC9781
Text Example
Text Example
White with #BC9781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9781; }
p { color: rgb(188,151,129); }
H1.HeaderClassName
{
color: #BC9781;
}
.AnyTagClassName
{
color: #BC9781;
}
</style>
background-color css
<style>
a { background-color: #BC9781; }
a { background-color: rgb(188,151,129); }
div.DivClassName
{
background-color: #BC9781;
}
.BgClassName
{
background-color: #BC9781;
}
</style>
border-color css
<style>
span { border-color: #BC9781; }
span { border-color: rgb(188,151,129); }
td.TdClassName
{
border-color: #BC9781;
}
.TagClassName
{
border-color: #BC9781;
}
</style>