Shades of Pale Taupe #BB967A
Tints of Pale Taupe #BB967A
RGB
CMYK
RGB Variations
Color information
#BB967A (or 0xBB967A) is known color: Pale Taupe. HEX triplet: BB, 96 and 7A. RGB value is (187,150,122). Sum of RGB (Red+Green+Blue) = 187+150+122=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB967A is #446985. Grayscale: #9E9E9E. Windows color (decimal): -4483462 or 8033979. OLE color: 8033979.
HSL color Cylindrical-coordinate representation of color #BB967A: hue angle of 25.85º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB967A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 122 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.27 |
| HSL | 25.85º | 0.32% | 0.61% | - |
| HSV(B) | 25.85º | 0.35% | 0.73% | - |
| XYZ | 34.91 | 33.78 | 23.09 | - |
| YUV | 157.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 122 | 0 | 0.20 | 0.35 | 0.27 | 25.85 | 0.32 | 0.61 |
| Hex | BB | 96 | 7A | 0 | 14 | 23 | 1B | 1A | 20 | 3D |
| Octal | 273 | 226 | 172 | 0 | 24 | 43 | 33 | 32 | 40 | 75 |
| Binary | 10111011 | 10010110 | 1111010 | 0 | 10100 | 100011 | 11011 | 11010 | 100000 | 111101 |
Color Harmonies of #BB967A
Complementary color
Monochromatic Colors of #BB967A
Black with #BB967A
Text Example
Text Example
White with #BB967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB967A; }
p { color: rgb(187,150,122); }
H1.HeaderClassName
{
color: #BB967A;
}
.AnyTagClassName
{
color: #BB967A;
}
</style>
background-color css
<style>
a { background-color: #BB967A; }
a { background-color: rgb(187,150,122); }
div.DivClassName
{
background-color: #BB967A;
}
.BgClassName
{
background-color: #BB967A;
}
</style>
border-color css
<style>
span { border-color: #BB967A; }
span { border-color: rgb(187,150,122); }
td.TdClassName
{
border-color: #BB967A;
}
.TagClassName
{
border-color: #BB967A;
}
</style>