Shades of Pale Taupe #BF907D
Tints of Pale Taupe #BF907D
RGB
CMYK
RGB Variations
Color information
#BF907D (or 0xBF907D) is known color: Pale Taupe. HEX triplet: BF, 90 and 7D. RGB value is (191,144,125). Sum of RGB (Red+Green+Blue) = 191+144+125=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF907D is #406F82. Grayscale: #9C9C9C. Windows color (decimal): -4222851 or 8229055. OLE color: 8229055.
HSL color Cylindrical-coordinate representation of color #BF907D: hue angle of 17.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF907D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 125 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.25 |
| HSL | 17.27º | 0.34% | 0.62% | - |
| HSV(B) | 17.27º | 0.35% | 0.75% | - |
| XYZ | 35.16 | 32.5 | 23.82 | - |
| YUV | 155.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 125 | 0 | 0.25 | 0.35 | 0.25 | 17.27 | 0.34 | 0.62 |
| Hex | BF | 90 | 7D | 0 | 19 | 23 | 19 | 11 | 22 | 3E |
| Octal | 277 | 220 | 175 | 0 | 31 | 43 | 31 | 21 | 42 | 76 |
| Binary | 10111111 | 10010000 | 1111101 | 0 | 11001 | 100011 | 11001 | 10001 | 100010 | 111110 |
Color Harmonies of #BF907D
Complementary color
Monochromatic Colors of #BF907D
Black with #BF907D
Text Example
Text Example
White with #BF907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF907D; }
p { color: rgb(191,144,125); }
H1.HeaderClassName
{
color: #BF907D;
}
.AnyTagClassName
{
color: #BF907D;
}
</style>
background-color css
<style>
a { background-color: #BF907D; }
a { background-color: rgb(191,144,125); }
div.DivClassName
{
background-color: #BF907D;
}
.BgClassName
{
background-color: #BF907D;
}
</style>
border-color css
<style>
span { border-color: #BF907D; }
span { border-color: rgb(191,144,125); }
td.TdClassName
{
border-color: #BF907D;
}
.TagClassName
{
border-color: #BF907D;
}
</style>