Shades of Pale Taupe #B7917E
Tints of Pale Taupe #B7917E
RGB
CMYK
RGB Variations
Color information
#B7917E (or 0xB7917E) is known color: Pale Taupe. HEX triplet: B7, 91 and 7E. RGB value is (183,145,126). Sum of RGB (Red+Green+Blue) = 183+145+126=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7917E is #486E81. Grayscale: #9A9A9A. Windows color (decimal): -4746882 or 8294839. OLE color: 8294839.
HSL color Cylindrical-coordinate representation of color #B7917E: hue angle of 20º 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 #B7917E is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 126 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.28 |
| HSL | 20º | 0.28% | 0.61% | - |
| HSV(B) | 20º | 0.31% | 0.72% | - |
| XYZ | 33.42 | 31.82 | 24.12 | - |
| YUV | 154.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 126 | 0 | 0.21 | 0.31 | 0.28 | 20 | 0.28 | 0.61 |
| Hex | B7 | 91 | 7E | 0 | 15 | 1F | 1C | 14 | 1C | 3D |
| Octal | 267 | 221 | 176 | 0 | 25 | 37 | 34 | 24 | 34 | 75 |
| Binary | 10110111 | 10010001 | 1111110 | 0 | 10101 | 11111 | 11100 | 10100 | 11100 | 111101 |
Color Harmonies of #B7917E
Complementary color
Monochromatic Colors of #B7917E
Black with #B7917E
Text Example
Text Example
White with #B7917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7917E; }
p { color: rgb(183,145,126); }
H1.HeaderClassName
{
color: #B7917E;
}
.AnyTagClassName
{
color: #B7917E;
}
</style>
background-color css
<style>
a { background-color: #B7917E; }
a { background-color: rgb(183,145,126); }
div.DivClassName
{
background-color: #B7917E;
}
.BgClassName
{
background-color: #B7917E;
}
</style>
border-color css
<style>
span { border-color: #B7917E; }
span { border-color: rgb(183,145,126); }
td.TdClassName
{
border-color: #B7917E;
}
.TagClassName
{
border-color: #B7917E;
}
</style>