Shades of Pale Taupe #B39D8A
Tints of Pale Taupe #B39D8A
RGB
CMYK
RGB Variations
Color information
#B39D8A (or 0xB39D8A) is known color: Pale Taupe. HEX triplet: B3, 9D and 8A. RGB value is (179,157,138). Sum of RGB (Red+Green+Blue) = 179+157+138=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39D8A is #4C6275. Grayscale: #A1A1A1. Windows color (decimal): -5005942 or 9084339. OLE color: 9084339.
HSL color Cylindrical-coordinate representation of color #B39D8A: hue angle of 27.8º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B39D8A is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 138 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.30 |
| HSL | 27.8º | 0.21% | 0.62% | - |
| HSV(B) | 27.8º | 0.23% | 0.7% | - |
| XYZ | 35.23 | 35.53 | 29.05 | - |
| YUV | 161.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 138 | 0 | 0.12 | 0.23 | 0.30 | 27.8 | 0.21 | 0.62 |
| Hex | B3 | 9D | 8A | 0 | C | 17 | 1E | 1C | 15 | 3E |
| Octal | 263 | 235 | 212 | 0 | 14 | 27 | 36 | 34 | 25 | 76 |
| Binary | 10110011 | 10011101 | 10001010 | 0 | 1100 | 10111 | 11110 | 11100 | 10101 | 111110 |
Color Harmonies of #B39D8A
Complementary color
Monochromatic Colors of #B39D8A
Black with #B39D8A
Text Example
Text Example
White with #B39D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D8A; }
p { color: rgb(179,157,138); }
H1.HeaderClassName
{
color: #B39D8A;
}
.AnyTagClassName
{
color: #B39D8A;
}
</style>
background-color css
<style>
a { background-color: #B39D8A; }
a { background-color: rgb(179,157,138); }
div.DivClassName
{
background-color: #B39D8A;
}
.BgClassName
{
background-color: #B39D8A;
}
</style>
border-color css
<style>
span { border-color: #B39D8A; }
span { border-color: rgb(179,157,138); }
td.TdClassName
{
border-color: #B39D8A;
}
.TagClassName
{
border-color: #B39D8A;
}
</style>