Shades of Pale Taupe #B8927E
Tints of Pale Taupe #B8927E
RGB
CMYK
RGB Variations
Color information
#B8927E (or 0xB8927E) is known color: Pale Taupe. HEX triplet: B8, 92 and 7E. RGB value is (184,146,126). Sum of RGB (Red+Green+Blue) = 184+146+126=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B8927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8927E is #476D81. Grayscale: #9B9B9B. Windows color (decimal): -4681090 or 8295096. OLE color: 8295096.
HSL color Cylindrical-coordinate representation of color #B8927E: hue angle of 20.69º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8927E is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 126 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.28 |
| HSL | 20.69º | 0.29% | 0.61% | - |
| HSV(B) | 20.69º | 0.32% | 0.72% | - |
| XYZ | 33.81 | 32.25 | 24.18 | - |
| YUV | 155.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 126 | 0 | 0.21 | 0.32 | 0.28 | 20.69 | 0.29 | 0.61 |
| Hex | B8 | 92 | 7E | 0 | 15 | 20 | 1C | 15 | 1D | 3D |
| Octal | 270 | 222 | 176 | 0 | 25 | 40 | 34 | 25 | 35 | 75 |
| Binary | 10111000 | 10010010 | 1111110 | 0 | 10101 | 100000 | 11100 | 10101 | 11101 | 111101 |
Color Harmonies of #B8927E
Complementary color
Monochromatic Colors of #B8927E
Black with #B8927E
Text Example
Text Example
White with #B8927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8927E; }
p { color: rgb(184,146,126); }
H1.HeaderClassName
{
color: #B8927E;
}
.AnyTagClassName
{
color: #B8927E;
}
</style>
background-color css
<style>
a { background-color: #B8927E; }
a { background-color: rgb(184,146,126); }
div.DivClassName
{
background-color: #B8927E;
}
.BgClassName
{
background-color: #B8927E;
}
</style>
border-color css
<style>
span { border-color: #B8927E; }
span { border-color: rgb(184,146,126); }
td.TdClassName
{
border-color: #B8927E;
}
.TagClassName
{
border-color: #B8927E;
}
</style>