Shades of Pale Taupe #BB8D74
Tints of Pale Taupe #BB8D74
RGB
CMYK
RGB Variations
Color information
#BB8D74 (or 0xBB8D74) is known color: Pale Taupe. HEX triplet: BB, 8D and 74. RGB value is (187,141,116). Sum of RGB (Red+Green+Blue) = 187+141+116=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D74 is #44728B. Grayscale: #989898. Windows color (decimal): -4485772 or 7638459. OLE color: 7638459.
HSL color Cylindrical-coordinate representation of color #BB8D74: hue angle of 21.13º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8D74 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 116 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.27 |
| HSL | 21.13º | 0.34% | 0.59% | - |
| HSV(B) | 21.13º | 0.38% | 0.73% | - |
| XYZ | 33.17 | 30.88 | 20.73 | - |
| YUV | 151.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 116 | 0 | 0.25 | 0.38 | 0.27 | 21.13 | 0.34 | 0.59 |
| Hex | BB | 8D | 74 | 0 | 19 | 26 | 1B | 15 | 22 | 3B |
| Octal | 273 | 215 | 164 | 0 | 31 | 46 | 33 | 25 | 42 | 73 |
| Binary | 10111011 | 10001101 | 1110100 | 0 | 11001 | 100110 | 11011 | 10101 | 100010 | 111011 |
Color Harmonies of #BB8D74
Complementary color
Monochromatic Colors of #BB8D74
Black with #BB8D74
Text Example
Text Example
White with #BB8D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D74; }
p { color: rgb(187,141,116); }
H1.HeaderClassName
{
color: #BB8D74;
}
.AnyTagClassName
{
color: #BB8D74;
}
</style>
background-color css
<style>
a { background-color: #BB8D74; }
a { background-color: rgb(187,141,116); }
div.DivClassName
{
background-color: #BB8D74;
}
.BgClassName
{
background-color: #BB8D74;
}
</style>
border-color css
<style>
span { border-color: #BB8D74; }
span { border-color: rgb(187,141,116); }
td.TdClassName
{
border-color: #BB8D74;
}
.TagClassName
{
border-color: #BB8D74;
}
</style>