Shades of Pale Taupe #B79D88
Tints of Pale Taupe #B79D88
RGB
CMYK
RGB Variations
Color information
#B79D88 (or 0xB79D88) is known color: Pale Taupe. HEX triplet: B7, 9D and 88. RGB value is (183,157,136). Sum of RGB (Red+Green+Blue) = 183+157+136=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D88 is #486277. Grayscale: #A2A2A2. Windows color (decimal): -4743800 or 8953271. OLE color: 8953271.
HSL color Cylindrical-coordinate representation of color #B79D88: hue angle of 26.81º 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 #B79D88 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 136 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.28 |
| HSL | 26.81º | 0.25% | 0.63% | - |
| HSV(B) | 26.81º | 0.26% | 0.72% | - |
| XYZ | 36.03 | 35.96 | 28.33 | - |
| YUV | 162.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 136 | 0 | 0.14 | 0.26 | 0.28 | 26.81 | 0.25 | 0.63 |
| Hex | B7 | 9D | 88 | 0 | E | 1A | 1C | 1B | 19 | 3F |
| Octal | 267 | 235 | 210 | 0 | 16 | 32 | 34 | 33 | 31 | 77 |
| Binary | 10110111 | 10011101 | 10001000 | 0 | 1110 | 11010 | 11100 | 11011 | 11001 | 111111 |
Color Harmonies of #B79D88
Complementary color
Monochromatic Colors of #B79D88
Black with #B79D88
Text Example
Text Example
White with #B79D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D88; }
p { color: rgb(183,157,136); }
H1.HeaderClassName
{
color: #B79D88;
}
.AnyTagClassName
{
color: #B79D88;
}
</style>
background-color css
<style>
a { background-color: #B79D88; }
a { background-color: rgb(183,157,136); }
div.DivClassName
{
background-color: #B79D88;
}
.BgClassName
{
background-color: #B79D88;
}
</style>
border-color css
<style>
span { border-color: #B79D88; }
span { border-color: rgb(183,157,136); }
td.TdClassName
{
border-color: #B79D88;
}
.TagClassName
{
border-color: #B79D88;
}
</style>