Shades of Pale Taupe #BB8F73
Tints of Pale Taupe #BB8F73
RGB
CMYK
RGB Variations
Color information
#BB8F73 (or 0xBB8F73) is known color: Pale Taupe. HEX triplet: BB, 8F and 73. RGB value is (187,143,115). Sum of RGB (Red+Green+Blue) = 187+143+115=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F73 is #44708C. Grayscale: #999999. Windows color (decimal): -4485261 or 7573435. OLE color: 7573435.
HSL color Cylindrical-coordinate representation of color #BB8F73: hue angle of 23.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8F73 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 115 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.27 |
| HSL | 23.33º | 0.35% | 0.59% | - |
| HSV(B) | 23.33º | 0.39% | 0.73% | - |
| XYZ | 33.41 | 31.45 | 20.53 | - |
| YUV | 152.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 115 | 0 | 0.24 | 0.39 | 0.27 | 23.33 | 0.35 | 0.59 |
| Hex | BB | 8F | 73 | 0 | 18 | 27 | 1B | 17 | 23 | 3B |
| Octal | 273 | 217 | 163 | 0 | 30 | 47 | 33 | 27 | 43 | 73 |
| Binary | 10111011 | 10001111 | 1110011 | 0 | 11000 | 100111 | 11011 | 10111 | 100011 | 111011 |
Color Harmonies of #BB8F73
Complementary color
Monochromatic Colors of #BB8F73
Black with #BB8F73
Text Example
Text Example
White with #BB8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F73; }
p { color: rgb(187,143,115); }
H1.HeaderClassName
{
color: #BB8F73;
}
.AnyTagClassName
{
color: #BB8F73;
}
</style>
background-color css
<style>
a { background-color: #BB8F73; }
a { background-color: rgb(187,143,115); }
div.DivClassName
{
background-color: #BB8F73;
}
.BgClassName
{
background-color: #BB8F73;
}
</style>
border-color css
<style>
span { border-color: #BB8F73; }
span { border-color: rgb(187,143,115); }
td.TdClassName
{
border-color: #BB8F73;
}
.TagClassName
{
border-color: #BB8F73;
}
</style>