Shades of Pale Taupe #B89277
Tints of Pale Taupe #B89277
RGB
CMYK
RGB Variations
Color information
#B89277 (or 0xB89277) is known color: Pale Taupe. HEX triplet: B8, 92 and 77. RGB value is (184,146,119). Sum of RGB (Red+Green+Blue) = 184+146+119=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B89277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89277 is #476D88. Grayscale: #9A9A9A. Windows color (decimal): -4681097 or 7836344. OLE color: 7836344.
HSL color Cylindrical-coordinate representation of color #B89277: hue angle of 24.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B89277 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 119 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.28 |
| HSL | 24.92º | 0.31% | 0.59% | - |
| HSV(B) | 24.92º | 0.35% | 0.72% | - |
| XYZ | 33.38 | 32.08 | 21.89 | - |
| YUV | 154.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 119 | 0 | 0.21 | 0.35 | 0.28 | 24.92 | 0.31 | 0.59 |
| Hex | B8 | 92 | 77 | 0 | 15 | 23 | 1C | 19 | 1F | 3B |
| Octal | 270 | 222 | 167 | 0 | 25 | 43 | 34 | 31 | 37 | 73 |
| Binary | 10111000 | 10010010 | 1110111 | 0 | 10101 | 100011 | 11100 | 11001 | 11111 | 111011 |
Color Harmonies of #B89277
Complementary color
Monochromatic Colors of #B89277
Black with #B89277
Text Example
Text Example
White with #B89277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89277; }
p { color: rgb(184,146,119); }
H1.HeaderClassName
{
color: #B89277;
}
.AnyTagClassName
{
color: #B89277;
}
</style>
background-color css
<style>
a { background-color: #B89277; }
a { background-color: rgb(184,146,119); }
div.DivClassName
{
background-color: #B89277;
}
.BgClassName
{
background-color: #B89277;
}
</style>
border-color css
<style>
span { border-color: #B89277; }
span { border-color: rgb(184,146,119); }
td.TdClassName
{
border-color: #B89277;
}
.TagClassName
{
border-color: #B89277;
}
</style>