Shades of Pale Taupe #BB967B
Tints of Pale Taupe #BB967B
RGB
CMYK
RGB Variations
Color information
#BB967B (or 0xBB967B) is known color: Pale Taupe. HEX triplet: BB, 96 and 7B. RGB value is (187,150,123). Sum of RGB (Red+Green+Blue) = 187+150+123=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB967B is #446984. Grayscale: #9E9E9E. Windows color (decimal): -4483461 or 8099515. OLE color: 8099515.
HSL color Cylindrical-coordinate representation of color #BB967B: hue angle of 25.31º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB967B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 123 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.27 |
| HSL | 25.31º | 0.32% | 0.61% | - |
| HSV(B) | 25.31º | 0.34% | 0.73% | - |
| XYZ | 34.98 | 33.81 | 23.42 | - |
| YUV | 157.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 123 | 0 | 0.20 | 0.34 | 0.27 | 25.31 | 0.32 | 0.61 |
| Hex | BB | 96 | 7B | 0 | 14 | 22 | 1B | 19 | 20 | 3D |
| Octal | 273 | 226 | 173 | 0 | 24 | 42 | 33 | 31 | 40 | 75 |
| Binary | 10111011 | 10010110 | 1111011 | 0 | 10100 | 100010 | 11011 | 11001 | 100000 | 111101 |
Color Harmonies of #BB967B
Complementary color
Monochromatic Colors of #BB967B
Black with #BB967B
Text Example
Text Example
White with #BB967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB967B; }
p { color: rgb(187,150,123); }
H1.HeaderClassName
{
color: #BB967B;
}
.AnyTagClassName
{
color: #BB967B;
}
</style>
background-color css
<style>
a { background-color: #BB967B; }
a { background-color: rgb(187,150,123); }
div.DivClassName
{
background-color: #BB967B;
}
.BgClassName
{
background-color: #BB967B;
}
</style>
border-color css
<style>
span { border-color: #BB967B; }
span { border-color: rgb(187,150,123); }
td.TdClassName
{
border-color: #BB967B;
}
.TagClassName
{
border-color: #BB967B;
}
</style>