Shades of Pale Taupe #BF9682
Tints of Pale Taupe #BF9682
RGB
CMYK
RGB Variations
Color information
#BF9682 (or 0xBF9682) is known color: Pale Taupe. HEX triplet: BF, 96 and 82. RGB value is (191,150,130). Sum of RGB (Red+Green+Blue) = 191+150+130=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9682 is #40697D. Grayscale: #A0A0A0. Windows color (decimal): -4221310 or 8558271. OLE color: 8558271.
HSL color Cylindrical-coordinate representation of color #BF9682: hue angle of 19.67º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF9682 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 150 | 130 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.25 |
| HSL | 19.67º | 0.32% | 0.63% | - |
| HSV(B) | 19.67º | 0.32% | 0.75% | - |
| XYZ | 36.42 | 34.5 | 25.86 | - |
| YUV | 159.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 130 | 0 | 0.21 | 0.32 | 0.25 | 19.67 | 0.32 | 0.63 |
| Hex | BF | 96 | 82 | 0 | 15 | 20 | 19 | 14 | 20 | 3F |
| Octal | 277 | 226 | 202 | 0 | 25 | 40 | 31 | 24 | 40 | 77 |
| Binary | 10111111 | 10010110 | 10000010 | 0 | 10101 | 100000 | 11001 | 10100 | 100000 | 111111 |
Color Harmonies of #BF9682
Complementary color
Monochromatic Colors of #BF9682
Black with #BF9682
Text Example
Text Example
White with #BF9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9682; }
p { color: rgb(191,150,130); }
H1.HeaderClassName
{
color: #BF9682;
}
.AnyTagClassName
{
color: #BF9682;
}
</style>
background-color css
<style>
a { background-color: #BF9682; }
a { background-color: rgb(191,150,130); }
div.DivClassName
{
background-color: #BF9682;
}
.BgClassName
{
background-color: #BF9682;
}
</style>
border-color css
<style>
span { border-color: #BF9682; }
span { border-color: rgb(191,150,130); }
td.TdClassName
{
border-color: #BF9682;
}
.TagClassName
{
border-color: #BF9682;
}
</style>