Shades of Pale Taupe #B8927D
Tints of Pale Taupe #B8927D
RGB
CMYK
RGB Variations
Color information
#B8927D (or 0xB8927D) is known color: Pale Taupe. HEX triplet: B8, 92 and 7D. RGB value is (184,146,125). Sum of RGB (Red+Green+Blue) = 184+146+125=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8927D is #476D82. Grayscale: #9B9B9B. Windows color (decimal): -4681091 or 8229560. OLE color: 8229560.
HSL color Cylindrical-coordinate representation of color #B8927D: hue angle of 21.36º 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 #B8927D is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 125 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.28 |
| HSL | 21.36º | 0.29% | 0.61% | - |
| HSV(B) | 21.36º | 0.32% | 0.72% | - |
| XYZ | 33.75 | 32.23 | 23.84 | - |
| YUV | 154.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 125 | 0 | 0.21 | 0.32 | 0.28 | 21.36 | 0.29 | 0.61 |
| Hex | B8 | 92 | 7D | 0 | 15 | 20 | 1C | 15 | 1D | 3D |
| Octal | 270 | 222 | 175 | 0 | 25 | 40 | 34 | 25 | 35 | 75 |
| Binary | 10111000 | 10010010 | 1111101 | 0 | 10101 | 100000 | 11100 | 10101 | 11101 | 111101 |
Color Harmonies of #B8927D
Complementary color
Monochromatic Colors of #B8927D
Black with #B8927D
Text Example
Text Example
White with #B8927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8927D; }
p { color: rgb(184,146,125); }
H1.HeaderClassName
{
color: #B8927D;
}
.AnyTagClassName
{
color: #B8927D;
}
</style>
background-color css
<style>
a { background-color: #B8927D; }
a { background-color: rgb(184,146,125); }
div.DivClassName
{
background-color: #B8927D;
}
.BgClassName
{
background-color: #B8927D;
}
</style>
border-color css
<style>
span { border-color: #B8927D; }
span { border-color: rgb(184,146,125); }
td.TdClassName
{
border-color: #B8927D;
}
.TagClassName
{
border-color: #B8927D;
}
</style>