Shades of Pale Taupe #B6997F
Tints of Pale Taupe #B6997F
RGB
CMYK
RGB Variations
Color information
#B6997F (or 0xB6997F) is known color: Pale Taupe. HEX triplet: B6, 99 and 7F. RGB value is (182,153,127). Sum of RGB (Red+Green+Blue) = 182+153+127=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B6997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6997F is #496680. Grayscale: #9E9E9E. Windows color (decimal): -4810369 or 8362422. OLE color: 8362422.
HSL color Cylindrical-coordinate representation of color #B6997F: hue angle of 28.36º 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 #B6997F is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 153 | 127 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.29 |
| HSL | 28.36º | 0.27% | 0.61% | - |
| HSV(B) | 28.36º | 0.3% | 0.71% | - |
| XYZ | 34.51 | 34.26 | 24.87 | - |
| YUV | 158.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 127 | 0 | 0.16 | 0.30 | 0.29 | 28.36 | 0.27 | 0.61 |
| Hex | B6 | 99 | 7F | 0 | 10 | 1E | 1D | 1C | 1B | 3D |
| Octal | 266 | 231 | 177 | 0 | 20 | 36 | 35 | 34 | 33 | 75 |
| Binary | 10110110 | 10011001 | 1111111 | 0 | 10000 | 11110 | 11101 | 11100 | 11011 | 111101 |
Color Harmonies of #B6997F
Complementary color
Monochromatic Colors of #B6997F
Black with #B6997F
Text Example
Text Example
White with #B6997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6997F; }
p { color: rgb(182,153,127); }
H1.HeaderClassName
{
color: #B6997F;
}
.AnyTagClassName
{
color: #B6997F;
}
</style>
background-color css
<style>
a { background-color: #B6997F; }
a { background-color: rgb(182,153,127); }
div.DivClassName
{
background-color: #B6997F;
}
.BgClassName
{
background-color: #B6997F;
}
</style>
border-color css
<style>
span { border-color: #B6997F; }
span { border-color: rgb(182,153,127); }
td.TdClassName
{
border-color: #B6997F;
}
.TagClassName
{
border-color: #B6997F;
}
</style>