Shades of Pale Taupe #B8907A
Tints of Pale Taupe #B8907A
RGB
CMYK
RGB Variations
Color information
#B8907A (or 0xB8907A) is known color: Pale Taupe. HEX triplet: B8, 90 and 7A. RGB value is (184,144,122). Sum of RGB (Red+Green+Blue) = 184+144+122=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B8907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8907A is #476F85. Grayscale: #999999. Windows color (decimal): -4681606 or 8032440. OLE color: 8032440.
HSL color Cylindrical-coordinate representation of color #B8907A: hue angle of 21.29º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8907A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 122 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.28 |
| HSL | 21.29º | 0.3% | 0.6% | - |
| HSV(B) | 21.29º | 0.34% | 0.72% | - |
| XYZ | 33.25 | 31.54 | 22.75 | - |
| YUV | 153.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 122 | 0 | 0.22 | 0.34 | 0.28 | 21.29 | 0.3 | 0.6 |
| Hex | B8 | 90 | 7A | 0 | 16 | 22 | 1C | 15 | 1E | 3C |
| Octal | 270 | 220 | 172 | 0 | 26 | 42 | 34 | 25 | 36 | 74 |
| Binary | 10111000 | 10010000 | 1111010 | 0 | 10110 | 100010 | 11100 | 10101 | 11110 | 111100 |
Color Harmonies of #B8907A
Complementary color
Monochromatic Colors of #B8907A
Black with #B8907A
Text Example
Text Example
White with #B8907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8907A; }
p { color: rgb(184,144,122); }
H1.HeaderClassName
{
color: #B8907A;
}
.AnyTagClassName
{
color: #B8907A;
}
</style>
background-color css
<style>
a { background-color: #B8907A; }
a { background-color: rgb(184,144,122); }
div.DivClassName
{
background-color: #B8907A;
}
.BgClassName
{
background-color: #B8907A;
}
</style>
border-color css
<style>
span { border-color: #B8907A; }
span { border-color: rgb(184,144,122); }
td.TdClassName
{
border-color: #B8907A;
}
.TagClassName
{
border-color: #B8907A;
}
</style>