Shades of Pale Taupe #BB917D
Tints of Pale Taupe #BB917D
RGB
CMYK
RGB Variations
Color information
#BB917D (or 0xBB917D) is known color: Pale Taupe. HEX triplet: BB, 91 and 7D. RGB value is (187,145,125). Sum of RGB (Red+Green+Blue) = 187+145+125=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB917D is #446E82. Grayscale: #9B9B9B. Windows color (decimal): -4484739 or 8229307. OLE color: 8229307.
HSL color Cylindrical-coordinate representation of color #BB917D: hue angle of 19.35º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB917D is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 125 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.27 |
| HSL | 19.35º | 0.31% | 0.61% | - |
| HSV(B) | 19.35º | 0.33% | 0.73% | - |
| XYZ | 34.32 | 32.3 | 23.83 | - |
| YUV | 155.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 125 | 0 | 0.22 | 0.33 | 0.27 | 19.35 | 0.31 | 0.61 |
| Hex | BB | 91 | 7D | 0 | 16 | 21 | 1B | 13 | 1F | 3D |
| Octal | 273 | 221 | 175 | 0 | 26 | 41 | 33 | 23 | 37 | 75 |
| Binary | 10111011 | 10010001 | 1111101 | 0 | 10110 | 100001 | 11011 | 10011 | 11111 | 111101 |
Color Harmonies of #BB917D
Complementary color
Monochromatic Colors of #BB917D
Black with #BB917D
Text Example
Text Example
White with #BB917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB917D; }
p { color: rgb(187,145,125); }
H1.HeaderClassName
{
color: #BB917D;
}
.AnyTagClassName
{
color: #BB917D;
}
</style>
background-color css
<style>
a { background-color: #BB917D; }
a { background-color: rgb(187,145,125); }
div.DivClassName
{
background-color: #BB917D;
}
.BgClassName
{
background-color: #BB917D;
}
</style>
border-color css
<style>
span { border-color: #BB917D; }
span { border-color: rgb(187,145,125); }
td.TdClassName
{
border-color: #BB917D;
}
.TagClassName
{
border-color: #BB917D;
}
</style>