Shades of Pale Taupe #BF9A83
Tints of Pale Taupe #BF9A83
RGB
CMYK
RGB Variations
Color information
#BF9A83 (or 0xBF9A83) is known color: Pale Taupe. HEX triplet: BF, 9A and 83. RGB value is (191,154,131). Sum of RGB (Red+Green+Blue) = 191+154+131=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A83 is #40657C. Grayscale: #A2A2A2. Windows color (decimal): -4220285 or 8624831. OLE color: 8624831.
HSL color Cylindrical-coordinate representation of color #BF9A83: hue angle of 23º 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 #BF9A83 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 131 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.25 |
| HSL | 23º | 0.32% | 0.63% | - |
| HSV(B) | 23º | 0.31% | 0.75% | - |
| XYZ | 37.14 | 35.83 | 26.43 | - |
| YUV | 162.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 131 | 0 | 0.19 | 0.31 | 0.25 | 23 | 0.32 | 0.63 |
| Hex | BF | 9A | 83 | 0 | 13 | 1F | 19 | 17 | 20 | 3F |
| Octal | 277 | 232 | 203 | 0 | 23 | 37 | 31 | 27 | 40 | 77 |
| Binary | 10111111 | 10011010 | 10000011 | 0 | 10011 | 11111 | 11001 | 10111 | 100000 | 111111 |
Color Harmonies of #BF9A83
Complementary color
Monochromatic Colors of #BF9A83
Black with #BF9A83
Text Example
Text Example
White with #BF9A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9A83; }
p { color: rgb(191,154,131); }
H1.HeaderClassName
{
color: #BF9A83;
}
.AnyTagClassName
{
color: #BF9A83;
}
</style>
background-color css
<style>
a { background-color: #BF9A83; }
a { background-color: rgb(191,154,131); }
div.DivClassName
{
background-color: #BF9A83;
}
.BgClassName
{
background-color: #BF9A83;
}
</style>
border-color css
<style>
span { border-color: #BF9A83; }
span { border-color: rgb(191,154,131); }
td.TdClassName
{
border-color: #BF9A83;
}
.TagClassName
{
border-color: #BF9A83;
}
</style>