Shades of Pale Taupe #B6957F
Tints of Pale Taupe #B6957F
RGB
CMYK
RGB Variations
Color information
#B6957F (or 0xB6957F) is known color: Pale Taupe. HEX triplet: B6, 95 and 7F. RGB value is (182,149,127). Sum of RGB (Red+Green+Blue) = 182+149+127=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6957F is #496A80. Grayscale: #9C9C9C. Windows color (decimal): -4811393 or 8361398. OLE color: 8361398.
HSL color Cylindrical-coordinate representation of color #B6957F: hue angle of 24º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6957F is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 149 | 127 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.29 |
| HSL | 24º | 0.27% | 0.61% | - |
| HSV(B) | 24º | 0.3% | 0.71% | - |
| XYZ | 33.87 | 32.97 | 24.66 | - |
| YUV | 156.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 127 | 0 | 0.18 | 0.30 | 0.29 | 24 | 0.27 | 0.61 |
| Hex | B6 | 95 | 7F | 0 | 12 | 1E | 1D | 18 | 1B | 3D |
| Octal | 266 | 225 | 177 | 0 | 22 | 36 | 35 | 30 | 33 | 75 |
| Binary | 10110110 | 10010101 | 1111111 | 0 | 10010 | 11110 | 11101 | 11000 | 11011 | 111101 |
Color Harmonies of #B6957F
Complementary color
Monochromatic Colors of #B6957F
Black with #B6957F
Text Example
Text Example
White with #B6957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6957F; }
p { color: rgb(182,149,127); }
H1.HeaderClassName
{
color: #B6957F;
}
.AnyTagClassName
{
color: #B6957F;
}
</style>
background-color css
<style>
a { background-color: #B6957F; }
a { background-color: rgb(182,149,127); }
div.DivClassName
{
background-color: #B6957F;
}
.BgClassName
{
background-color: #B6957F;
}
</style>
border-color css
<style>
span { border-color: #B6957F; }
span { border-color: rgb(182,149,127); }
td.TdClassName
{
border-color: #B6957F;
}
.TagClassName
{
border-color: #B6957F;
}
</style>