Shades of Pale Taupe #BB8F74
Tints of Pale Taupe #BB8F74
RGB
CMYK
RGB Variations
Color information
#BB8F74 (or 0xBB8F74) is known color: Pale Taupe. HEX triplet: BB, 8F and 74. RGB value is (187,143,116). Sum of RGB (Red+Green+Blue) = 187+143+116=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F74 is #44708B. Grayscale: #999999. Windows color (decimal): -4485260 or 7638971. OLE color: 7638971.
HSL color Cylindrical-coordinate representation of color #BB8F74: hue angle of 22.82º 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 #BB8F74 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 116 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.27 |
| HSL | 22.82º | 0.34% | 0.59% | - |
| HSV(B) | 22.82º | 0.38% | 0.73% | - |
| XYZ | 33.47 | 31.47 | 20.83 | - |
| YUV | 153.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 116 | 0 | 0.24 | 0.38 | 0.27 | 22.82 | 0.34 | 0.59 |
| Hex | BB | 8F | 74 | 0 | 18 | 26 | 1B | 17 | 22 | 3B |
| Octal | 273 | 217 | 164 | 0 | 30 | 46 | 33 | 27 | 42 | 73 |
| Binary | 10111011 | 10001111 | 1110100 | 0 | 11000 | 100110 | 11011 | 10111 | 100010 | 111011 |
Color Harmonies of #BB8F74
Complementary color
Monochromatic Colors of #BB8F74
Black with #BB8F74
Text Example
Text Example
White with #BB8F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F74; }
p { color: rgb(187,143,116); }
H1.HeaderClassName
{
color: #BB8F74;
}
.AnyTagClassName
{
color: #BB8F74;
}
</style>
background-color css
<style>
a { background-color: #BB8F74; }
a { background-color: rgb(187,143,116); }
div.DivClassName
{
background-color: #BB8F74;
}
.BgClassName
{
background-color: #BB8F74;
}
</style>
border-color css
<style>
span { border-color: #BB8F74; }
span { border-color: rgb(187,143,116); }
td.TdClassName
{
border-color: #BB8F74;
}
.TagClassName
{
border-color: #BB8F74;
}
</style>