Shades of Pale Taupe #B89A7F
Tints of Pale Taupe #B89A7F
RGB
CMYK
RGB Variations
Color information
#B89A7F (or 0xB89A7F) is known color: Pale Taupe. HEX triplet: B8, 9A and 7F. RGB value is (184,154,127). Sum of RGB (Red+Green+Blue) = 184+154+127=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A7F is #476580. Grayscale: #A0A0A0. Windows color (decimal): -4679041 or 8362680. OLE color: 8362680.
HSL color Cylindrical-coordinate representation of color #B89A7F: hue angle of 28.42º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B89A7F is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 127 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.28 |
| HSL | 28.42º | 0.29% | 0.61% | - |
| HSV(B) | 28.42º | 0.31% | 0.72% | - |
| XYZ | 35.15 | 34.83 | 24.95 | - |
| YUV | 159.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 127 | 0 | 0.16 | 0.31 | 0.28 | 28.42 | 0.29 | 0.61 |
| Hex | B8 | 9A | 7F | 0 | 10 | 1F | 1C | 1C | 1D | 3D |
| Octal | 270 | 232 | 177 | 0 | 20 | 37 | 34 | 34 | 35 | 75 |
| Binary | 10111000 | 10011010 | 1111111 | 0 | 10000 | 11111 | 11100 | 11100 | 11101 | 111101 |
Color Harmonies of #B89A7F
Complementary color
Monochromatic Colors of #B89A7F
Black with #B89A7F
Text Example
Text Example
White with #B89A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A7F; }
p { color: rgb(184,154,127); }
H1.HeaderClassName
{
color: #B89A7F;
}
.AnyTagClassName
{
color: #B89A7F;
}
</style>
background-color css
<style>
a { background-color: #B89A7F; }
a { background-color: rgb(184,154,127); }
div.DivClassName
{
background-color: #B89A7F;
}
.BgClassName
{
background-color: #B89A7F;
}
</style>
border-color css
<style>
span { border-color: #B89A7F; }
span { border-color: rgb(184,154,127); }
td.TdClassName
{
border-color: #B89A7F;
}
.TagClassName
{
border-color: #B89A7F;
}
</style>