Shades of Pale Taupe #BF9883
Tints of Pale Taupe #BF9883
RGB
CMYK
RGB Variations
Color information
#BF9883 (or 0xBF9883) is known color: Pale Taupe. HEX triplet: BF, 98 and 83. RGB value is (191,152,131). Sum of RGB (Red+Green+Blue) = 191+152+131=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9883 is #40677C. Grayscale: #A1A1A1. Windows color (decimal): -4220797 or 8624319. OLE color: 8624319.
HSL color Cylindrical-coordinate representation of color #BF9883: hue angle of 21º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF9883 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 131 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.25 |
| HSL | 21º | 0.32% | 0.63% | - |
| HSV(B) | 21º | 0.31% | 0.75% | - |
| XYZ | 36.81 | 35.17 | 26.32 | - |
| YUV | 161.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 131 | 0 | 0.20 | 0.31 | 0.25 | 21 | 0.32 | 0.63 |
| Hex | BF | 98 | 83 | 0 | 14 | 1F | 19 | 15 | 20 | 3F |
| Octal | 277 | 230 | 203 | 0 | 24 | 37 | 31 | 25 | 40 | 77 |
| Binary | 10111111 | 10011000 | 10000011 | 0 | 10100 | 11111 | 11001 | 10101 | 100000 | 111111 |
Color Harmonies of #BF9883
Complementary color
Monochromatic Colors of #BF9883
Black with #BF9883
Text Example
Text Example
White with #BF9883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9883; }
p { color: rgb(191,152,131); }
H1.HeaderClassName
{
color: #BF9883;
}
.AnyTagClassName
{
color: #BF9883;
}
</style>
background-color css
<style>
a { background-color: #BF9883; }
a { background-color: rgb(191,152,131); }
div.DivClassName
{
background-color: #BF9883;
}
.BgClassName
{
background-color: #BF9883;
}
</style>
border-color css
<style>
span { border-color: #BF9883; }
span { border-color: rgb(191,152,131); }
td.TdClassName
{
border-color: #BF9883;
}
.TagClassName
{
border-color: #BF9883;
}
</style>