Shades of Pale Taupe #B7947E
Tints of Pale Taupe #B7947E
RGB
CMYK
RGB Variations
Color information
#B7947E (or 0xB7947E) is known color: Pale Taupe. HEX triplet: B7, 94 and 7E. RGB value is (183,148,126). Sum of RGB (Red+Green+Blue) = 183+148+126=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7947E is #486B81. Grayscale: #9C9C9C. Windows color (decimal): -4746114 or 8295607. OLE color: 8295607.
HSL color Cylindrical-coordinate representation of color #B7947E: hue angle of 23.16º degrees, saturation: 0.28, 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 #B7947E is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 126 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.28 |
| HSL | 23.16º | 0.28% | 0.61% | - |
| HSV(B) | 23.16º | 0.31% | 0.72% | - |
| XYZ | 33.88 | 32.75 | 24.27 | - |
| YUV | 155.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 126 | 0 | 0.19 | 0.31 | 0.28 | 23.16 | 0.28 | 0.61 |
| Hex | B7 | 94 | 7E | 0 | 13 | 1F | 1C | 17 | 1C | 3D |
| Octal | 267 | 224 | 176 | 0 | 23 | 37 | 34 | 27 | 34 | 75 |
| Binary | 10110111 | 10010100 | 1111110 | 0 | 10011 | 11111 | 11100 | 10111 | 11100 | 111101 |
Color Harmonies of #B7947E
Complementary color
Monochromatic Colors of #B7947E
Black with #B7947E
Text Example
Text Example
White with #B7947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7947E; }
p { color: rgb(183,148,126); }
H1.HeaderClassName
{
color: #B7947E;
}
.AnyTagClassName
{
color: #B7947E;
}
</style>
background-color css
<style>
a { background-color: #B7947E; }
a { background-color: rgb(183,148,126); }
div.DivClassName
{
background-color: #B7947E;
}
.BgClassName
{
background-color: #B7947E;
}
</style>
border-color css
<style>
span { border-color: #B7947E; }
span { border-color: rgb(183,148,126); }
td.TdClassName
{
border-color: #B7947E;
}
.TagClassName
{
border-color: #B7947E;
}
</style>