Shades of Pale Taupe #B89C7A
Tints of Pale Taupe #B89C7A
RGB
CMYK
RGB Variations
Color information
#B89C7A (or 0xB89C7A) is known color: Pale Taupe. HEX triplet: B8, 9C and 7A. RGB value is (184,156,122). Sum of RGB (Red+Green+Blue) = 184+156+122=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C7A is #476385. Grayscale: #A0A0A0. Windows color (decimal): -4678534 or 8035512. OLE color: 8035512.
HSL color Cylindrical-coordinate representation of color #B89C7A: hue angle of 32.9º 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 #B89C7A is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 122 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.28 |
| HSL | 32.9º | 0.3% | 0.6% | - |
| HSV(B) | 32.9º | 0.34% | 0.72% | - |
| XYZ | 35.17 | 35.37 | 23.39 | - |
| YUV | 160.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 122 | 0 | 0.15 | 0.34 | 0.28 | 32.9 | 0.3 | 0.6 |
| Hex | B8 | 9C | 7A | 0 | F | 22 | 1C | 21 | 1E | 3C |
| Octal | 270 | 234 | 172 | 0 | 17 | 42 | 34 | 41 | 36 | 74 |
| Binary | 10111000 | 10011100 | 1111010 | 0 | 1111 | 100010 | 11100 | 100001 | 11110 | 111100 |
Color Harmonies of #B89C7A
Complementary color
Monochromatic Colors of #B89C7A
Black with #B89C7A
Text Example
Text Example
White with #B89C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C7A; }
p { color: rgb(184,156,122); }
H1.HeaderClassName
{
color: #B89C7A;
}
.AnyTagClassName
{
color: #B89C7A;
}
</style>
background-color css
<style>
a { background-color: #B89C7A; }
a { background-color: rgb(184,156,122); }
div.DivClassName
{
background-color: #B89C7A;
}
.BgClassName
{
background-color: #B89C7A;
}
</style>
border-color css
<style>
span { border-color: #B89C7A; }
span { border-color: rgb(184,156,122); }
td.TdClassName
{
border-color: #B89C7A;
}
.TagClassName
{
border-color: #B89C7A;
}
</style>