Shades of Pale Taupe #B8967B
Tints of Pale Taupe #B8967B
RGB
CMYK
RGB Variations
Color information
#B8967B (or 0xB8967B) is known color: Pale Taupe. HEX triplet: B8, 96 and 7B. RGB value is (184,150,123). Sum of RGB (Red+Green+Blue) = 184+150+123=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8967B is #476984. Grayscale: #9D9D9D. Windows color (decimal): -4680069 or 8099512. OLE color: 8099512.
HSL color Cylindrical-coordinate representation of color #B8967B: hue angle of 26.56º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8967B is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 123 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.28 |
| HSL | 26.56º | 0.3% | 0.6% | - |
| HSV(B) | 26.56º | 0.33% | 0.72% | - |
| XYZ | 34.25 | 33.43 | 23.39 | - |
| YUV | 157.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 123 | 0 | 0.18 | 0.33 | 0.28 | 26.56 | 0.3 | 0.6 |
| Hex | B8 | 96 | 7B | 0 | 12 | 21 | 1C | 1B | 1E | 3C |
| Octal | 270 | 226 | 173 | 0 | 22 | 41 | 34 | 33 | 36 | 74 |
| Binary | 10111000 | 10010110 | 1111011 | 0 | 10010 | 100001 | 11100 | 11011 | 11110 | 111100 |
Color Harmonies of #B8967B
Complementary color
Monochromatic Colors of #B8967B
Black with #B8967B
Text Example
Text Example
White with #B8967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8967B; }
p { color: rgb(184,150,123); }
H1.HeaderClassName
{
color: #B8967B;
}
.AnyTagClassName
{
color: #B8967B;
}
</style>
background-color css
<style>
a { background-color: #B8967B; }
a { background-color: rgb(184,150,123); }
div.DivClassName
{
background-color: #B8967B;
}
.BgClassName
{
background-color: #B8967B;
}
</style>
border-color css
<style>
span { border-color: #B8967B; }
span { border-color: rgb(184,150,123); }
td.TdClassName
{
border-color: #B8967B;
}
.TagClassName
{
border-color: #B8967B;
}
</style>