Shades of Pale Taupe #B89F7A
Tints of Pale Taupe #B89F7A
RGB
CMYK
RGB Variations
Color information
#B89F7A (or 0xB89F7A) is known color: Pale Taupe. HEX triplet: B8, 9F and 7A. RGB value is (184,159,122). Sum of RGB (Red+Green+Blue) = 184+159+122=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F7A is #476085. Grayscale: #A2A2A2. Windows color (decimal): -4677766 or 8036280. OLE color: 8036280.
HSL color Cylindrical-coordinate representation of color #B89F7A: hue angle of 35.81º 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 #B89F7A is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 122 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.28 |
| HSL | 35.81º | 0.3% | 0.6% | - |
| HSV(B) | 35.81º | 0.34% | 0.72% | - |
| XYZ | 35.68 | 36.39 | 23.56 | - |
| YUV | 162.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 122 | 0 | 0.14 | 0.34 | 0.28 | 35.81 | 0.3 | 0.6 |
| Hex | B8 | 9F | 7A | 0 | E | 22 | 1C | 24 | 1E | 3C |
| Octal | 270 | 237 | 172 | 0 | 16 | 42 | 34 | 44 | 36 | 74 |
| Binary | 10111000 | 10011111 | 1111010 | 0 | 1110 | 100010 | 11100 | 100100 | 11110 | 111100 |
Color Harmonies of #B89F7A
Complementary color
Monochromatic Colors of #B89F7A
Black with #B89F7A
Text Example
Text Example
White with #B89F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F7A; }
p { color: rgb(184,159,122); }
H1.HeaderClassName
{
color: #B89F7A;
}
.AnyTagClassName
{
color: #B89F7A;
}
</style>
background-color css
<style>
a { background-color: #B89F7A; }
a { background-color: rgb(184,159,122); }
div.DivClassName
{
background-color: #B89F7A;
}
.BgClassName
{
background-color: #B89F7A;
}
</style>
border-color css
<style>
span { border-color: #B89F7A; }
span { border-color: rgb(184,159,122); }
td.TdClassName
{
border-color: #B89F7A;
}
.TagClassName
{
border-color: #B89F7A;
}
</style>