Shades of Pale Taupe #BF9073
Tints of Pale Taupe #BF9073
RGB
CMYK
RGB Variations
Color information
#BF9073 (or 0xBF9073) is known color: Pale Taupe. HEX triplet: BF, 90 and 73. RGB value is (191,144,115). Sum of RGB (Red+Green+Blue) = 191+144+115=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9073 is #406F8C. Grayscale: #9A9A9A. Windows color (decimal): -4222861 or 7573695. OLE color: 7573695.
HSL color Cylindrical-coordinate representation of color #BF9073: hue angle of 22.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF9073 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 115 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.25 |
| HSL | 22.89º | 0.37% | 0.6% | - |
| HSV(B) | 22.89º | 0.4% | 0.75% | - |
| XYZ | 34.55 | 32.26 | 20.63 | - |
| YUV | 154.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 115 | 0 | 0.25 | 0.40 | 0.25 | 22.89 | 0.37 | 0.6 |
| Hex | BF | 90 | 73 | 0 | 19 | 28 | 19 | 17 | 25 | 3C |
| Octal | 277 | 220 | 163 | 0 | 31 | 50 | 31 | 27 | 45 | 74 |
| Binary | 10111111 | 10010000 | 1110011 | 0 | 11001 | 101000 | 11001 | 10111 | 100101 | 111100 |
Color Harmonies of #BF9073
Complementary color
Monochromatic Colors of #BF9073
Black with #BF9073
Text Example
Text Example
White with #BF9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9073; }
p { color: rgb(191,144,115); }
H1.HeaderClassName
{
color: #BF9073;
}
.AnyTagClassName
{
color: #BF9073;
}
</style>
background-color css
<style>
a { background-color: #BF9073; }
a { background-color: rgb(191,144,115); }
div.DivClassName
{
background-color: #BF9073;
}
.BgClassName
{
background-color: #BF9073;
}
</style>
border-color css
<style>
span { border-color: #BF9073; }
span { border-color: rgb(191,144,115); }
td.TdClassName
{
border-color: #BF9073;
}
.TagClassName
{
border-color: #BF9073;
}
</style>