Shades of Pale Taupe #B7967A
Tints of Pale Taupe #B7967A
RGB
CMYK
RGB Variations
Color information
#B7967A (or 0xB7967A) is known color: Pale Taupe. HEX triplet: B7, 96 and 7A. RGB value is (183,150,122). Sum of RGB (Red+Green+Blue) = 183+150+122=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7967A is #486985. Grayscale: #9C9C9C. Windows color (decimal): -4745606 or 8033975. OLE color: 8033975.
HSL color Cylindrical-coordinate representation of color #B7967A: hue angle of 27.54º degrees, saturation: 0.3, 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 #B7967A is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 122 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.28 |
| HSL | 27.54º | 0.3% | 0.6% | - |
| HSV(B) | 27.54º | 0.33% | 0.72% | - |
| XYZ | 33.95 | 33.29 | 23.05 | - |
| YUV | 156.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 122 | 0 | 0.18 | 0.33 | 0.28 | 27.54 | 0.3 | 0.6 |
| Hex | B7 | 96 | 7A | 0 | 12 | 21 | 1C | 1C | 1E | 3C |
| Octal | 267 | 226 | 172 | 0 | 22 | 41 | 34 | 34 | 36 | 74 |
| Binary | 10110111 | 10010110 | 1111010 | 0 | 10010 | 100001 | 11100 | 11100 | 11110 | 111100 |
Color Harmonies of #B7967A
Complementary color
Monochromatic Colors of #B7967A
Black with #B7967A
Text Example
Text Example
White with #B7967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7967A; }
p { color: rgb(183,150,122); }
H1.HeaderClassName
{
color: #B7967A;
}
.AnyTagClassName
{
color: #B7967A;
}
</style>
background-color css
<style>
a { background-color: #B7967A; }
a { background-color: rgb(183,150,122); }
div.DivClassName
{
background-color: #B7967A;
}
.BgClassName
{
background-color: #B7967A;
}
</style>
border-color css
<style>
span { border-color: #B7967A; }
span { border-color: rgb(183,150,122); }
td.TdClassName
{
border-color: #B7967A;
}
.TagClassName
{
border-color: #B7967A;
}
</style>