Shades of Pale Taupe #B6997E
Tints of Pale Taupe #B6997E
RGB
CMYK
RGB Variations
Color information
#B6997E (or 0xB6997E) is known color: Pale Taupe. HEX triplet: B6, 99 and 7E. RGB value is (182,153,126). Sum of RGB (Red+Green+Blue) = 182+153+126=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B6997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6997E is #496681. Grayscale: #9E9E9E. Windows color (decimal): -4810370 or 8296886. OLE color: 8296886.
HSL color Cylindrical-coordinate representation of color #B6997E: hue angle of 28.93º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6997E is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 153 | 126 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.29 |
| HSL | 28.93º | 0.28% | 0.6% | - |
| HSV(B) | 28.93º | 0.31% | 0.71% | - |
| XYZ | 34.45 | 34.23 | 24.53 | - |
| YUV | 158.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 126 | 0 | 0.16 | 0.31 | 0.29 | 28.93 | 0.28 | 0.6 |
| Hex | B6 | 99 | 7E | 0 | 10 | 1F | 1D | 1D | 1C | 3C |
| Octal | 266 | 231 | 176 | 0 | 20 | 37 | 35 | 35 | 34 | 74 |
| Binary | 10110110 | 10011001 | 1111110 | 0 | 10000 | 11111 | 11101 | 11101 | 11100 | 111100 |
Color Harmonies of #B6997E
Complementary color
Monochromatic Colors of #B6997E
Black with #B6997E
Text Example
Text Example
White with #B6997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6997E; }
p { color: rgb(182,153,126); }
H1.HeaderClassName
{
color: #B6997E;
}
.AnyTagClassName
{
color: #B6997E;
}
</style>
background-color css
<style>
a { background-color: #B6997E; }
a { background-color: rgb(182,153,126); }
div.DivClassName
{
background-color: #B6997E;
}
.BgClassName
{
background-color: #B6997E;
}
</style>
border-color css
<style>
span { border-color: #B6997E; }
span { border-color: rgb(182,153,126); }
td.TdClassName
{
border-color: #B6997E;
}
.TagClassName
{
border-color: #B6997E;
}
</style>