Shades of Pale Taupe #B79F88
Tints of Pale Taupe #B79F88
RGB
CMYK
RGB Variations
Color information
#B79F88 (or 0xB79F88) is known color: Pale Taupe. HEX triplet: B7, 9F and 88. RGB value is (183,159,136). Sum of RGB (Red+Green+Blue) = 183+159+136=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79F88 is #486077. Grayscale: #A3A3A3. Windows color (decimal): -4743288 or 8953783. OLE color: 8953783.
HSL color Cylindrical-coordinate representation of color #B79F88: hue angle of 29.36º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B79F88 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 159 | 136 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.28 |
| HSL | 29.36º | 0.25% | 0.63% | - |
| HSV(B) | 29.36º | 0.26% | 0.72% | - |
| XYZ | 36.37 | 36.64 | 28.45 | - |
| YUV | 163.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 159 | 136 | 0 | 0.13 | 0.26 | 0.28 | 29.36 | 0.25 | 0.63 |
| Hex | B7 | 9F | 88 | 0 | D | 1A | 1C | 1D | 19 | 3F |
| Octal | 267 | 237 | 210 | 0 | 15 | 32 | 34 | 35 | 31 | 77 |
| Binary | 10110111 | 10011111 | 10001000 | 0 | 1101 | 11010 | 11100 | 11101 | 11001 | 111111 |
Color Harmonies of #B79F88
Complementary color
Monochromatic Colors of #B79F88
Black with #B79F88
Text Example
Text Example
White with #B79F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79F88; }
p { color: rgb(183,159,136); }
H1.HeaderClassName
{
color: #B79F88;
}
.AnyTagClassName
{
color: #B79F88;
}
</style>
background-color css
<style>
a { background-color: #B79F88; }
a { background-color: rgb(183,159,136); }
div.DivClassName
{
background-color: #B79F88;
}
.BgClassName
{
background-color: #B79F88;
}
</style>
border-color css
<style>
span { border-color: #B79F88; }
span { border-color: rgb(183,159,136); }
td.TdClassName
{
border-color: #B79F88;
}
.TagClassName
{
border-color: #B79F88;
}
</style>