Shades of Pale Taupe #B8927B
Tints of Pale Taupe #B8927B
RGB
CMYK
RGB Variations
Color information
#B8927B (or 0xB8927B) is known color: Pale Taupe. HEX triplet: B8, 92 and 7B. RGB value is (184,146,123). Sum of RGB (Red+Green+Blue) = 184+146+123=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8927B is #476D84. Grayscale: #9A9A9A. Windows color (decimal): -4681093 or 8098488. OLE color: 8098488.
HSL color Cylindrical-coordinate representation of color #B8927B: hue angle of 22.62º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8927B is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 123 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.28 |
| HSL | 22.62º | 0.3% | 0.6% | - |
| HSV(B) | 22.62º | 0.33% | 0.72% | - |
| XYZ | 33.62 | 32.18 | 23.18 | - |
| YUV | 154.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 123 | 0 | 0.21 | 0.33 | 0.28 | 22.62 | 0.3 | 0.6 |
| Hex | B8 | 92 | 7B | 0 | 15 | 21 | 1C | 17 | 1E | 3C |
| Octal | 270 | 222 | 173 | 0 | 25 | 41 | 34 | 27 | 36 | 74 |
| Binary | 10111000 | 10010010 | 1111011 | 0 | 10101 | 100001 | 11100 | 10111 | 11110 | 111100 |
Color Harmonies of #B8927B
Complementary color
Monochromatic Colors of #B8927B
Black with #B8927B
Text Example
Text Example
White with #B8927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8927B; }
p { color: rgb(184,146,123); }
H1.HeaderClassName
{
color: #B8927B;
}
.AnyTagClassName
{
color: #B8927B;
}
</style>
background-color css
<style>
a { background-color: #B8927B; }
a { background-color: rgb(184,146,123); }
div.DivClassName
{
background-color: #B8927B;
}
.BgClassName
{
background-color: #B8927B;
}
</style>
border-color css
<style>
span { border-color: #B8927B; }
span { border-color: rgb(184,146,123); }
td.TdClassName
{
border-color: #B8927B;
}
.TagClassName
{
border-color: #B8927B;
}
</style>