Shades of Pale Taupe #B6967D
Tints of Pale Taupe #B6967D
RGB
CMYK
RGB Variations
Color information
#B6967D (or 0xB6967D) is known color: Pale Taupe. HEX triplet: B6, 96 and 7D. RGB value is (182,150,125). Sum of RGB (Red+Green+Blue) = 182+150+125=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6967D is #496982. Grayscale: #9C9C9C. Windows color (decimal): -4811139 or 8230582. OLE color: 8230582.
HSL color Cylindrical-coordinate representation of color #B6967D: hue angle of 26.32º 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 #B6967D is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 150 | 125 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.29 |
| HSL | 26.32º | 0.28% | 0.6% | - |
| HSV(B) | 26.32º | 0.31% | 0.71% | - |
| XYZ | 33.9 | 33.24 | 24.03 | - |
| YUV | 156.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 125 | 0 | 0.18 | 0.31 | 0.29 | 26.32 | 0.28 | 0.6 |
| Hex | B6 | 96 | 7D | 0 | 12 | 1F | 1D | 1A | 1C | 3C |
| Octal | 266 | 226 | 175 | 0 | 22 | 37 | 35 | 32 | 34 | 74 |
| Binary | 10110110 | 10010110 | 1111101 | 0 | 10010 | 11111 | 11101 | 11010 | 11100 | 111100 |
Color Harmonies of #B6967D
Complementary color
Monochromatic Colors of #B6967D
Black with #B6967D
Text Example
Text Example
White with #B6967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6967D; }
p { color: rgb(182,150,125); }
H1.HeaderClassName
{
color: #B6967D;
}
.AnyTagClassName
{
color: #B6967D;
}
</style>
background-color css
<style>
a { background-color: #B6967D; }
a { background-color: rgb(182,150,125); }
div.DivClassName
{
background-color: #B6967D;
}
.BgClassName
{
background-color: #B6967D;
}
</style>
border-color css
<style>
span { border-color: #B6967D; }
span { border-color: rgb(182,150,125); }
td.TdClassName
{
border-color: #B6967D;
}
.TagClassName
{
border-color: #B6967D;
}
</style>