Shades of Pale Taupe #B7947B
Tints of Pale Taupe #B7947B
RGB
CMYK
RGB Variations
Color information
#B7947B (or 0xB7947B) is known color: Pale Taupe. HEX triplet: B7, 94 and 7B. RGB value is (183,148,123). Sum of RGB (Red+Green+Blue) = 183+148+123=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7947B is #486B84. Grayscale: #9B9B9B. Windows color (decimal): -4746117 or 8098999. OLE color: 8098999.
HSL color Cylindrical-coordinate representation of color #B7947B: hue angle of 25º degrees, saturation: 0.29, 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 #B7947B is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 123 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.28 |
| HSL | 25º | 0.29% | 0.6% | - |
| HSV(B) | 25º | 0.33% | 0.72% | - |
| XYZ | 33.69 | 32.68 | 23.27 | - |
| YUV | 155.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 123 | 0 | 0.19 | 0.33 | 0.28 | 25 | 0.29 | 0.6 |
| Hex | B7 | 94 | 7B | 0 | 13 | 21 | 1C | 19 | 1D | 3C |
| Octal | 267 | 224 | 173 | 0 | 23 | 41 | 34 | 31 | 35 | 74 |
| Binary | 10110111 | 10010100 | 1111011 | 0 | 10011 | 100001 | 11100 | 11001 | 11101 | 111100 |
Color Harmonies of #B7947B
Complementary color
Monochromatic Colors of #B7947B
Black with #B7947B
Text Example
Text Example
White with #B7947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7947B; }
p { color: rgb(183,148,123); }
H1.HeaderClassName
{
color: #B7947B;
}
.AnyTagClassName
{
color: #B7947B;
}
</style>
background-color css
<style>
a { background-color: #B7947B; }
a { background-color: rgb(183,148,123); }
div.DivClassName
{
background-color: #B7947B;
}
.BgClassName
{
background-color: #B7947B;
}
</style>
border-color css
<style>
span { border-color: #B7947B; }
span { border-color: rgb(183,148,123); }
td.TdClassName
{
border-color: #B7947B;
}
.TagClassName
{
border-color: #B7947B;
}
</style>