Shades of Pale Taupe #B69D80
Tints of Pale Taupe #B69D80
RGB
CMYK
RGB Variations
Color information
#B69D80 (or 0xB69D80) is known color: Pale Taupe. HEX triplet: B6, 9D and 80. RGB value is (182,157,128). Sum of RGB (Red+Green+Blue) = 182+157+128=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69D80 is #49627F. Grayscale: #A1A1A1. Windows color (decimal): -4809344 or 8428982. OLE color: 8428982.
HSL color Cylindrical-coordinate representation of color #B69D80: hue angle of 32.22º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69D80 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 157 | 128 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.29 |
| HSL | 32.22º | 0.27% | 0.61% | - |
| HSV(B) | 32.22º | 0.3% | 0.71% | - |
| XYZ | 35.24 | 35.62 | 25.44 | - |
| YUV | 161.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 157 | 128 | 0 | 0.14 | 0.30 | 0.29 | 32.22 | 0.27 | 0.61 |
| Hex | B6 | 9D | 80 | 0 | E | 1E | 1D | 20 | 1B | 3D |
| Octal | 266 | 235 | 200 | 0 | 16 | 36 | 35 | 40 | 33 | 75 |
| Binary | 10110110 | 10011101 | 10000000 | 0 | 1110 | 11110 | 11101 | 100000 | 11011 | 111101 |
Color Harmonies of #B69D80
Complementary color
Monochromatic Colors of #B69D80
Black with #B69D80
Text Example
Text Example
White with #B69D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69D80; }
p { color: rgb(182,157,128); }
H1.HeaderClassName
{
color: #B69D80;
}
.AnyTagClassName
{
color: #B69D80;
}
</style>
background-color css
<style>
a { background-color: #B69D80; }
a { background-color: rgb(182,157,128); }
div.DivClassName
{
background-color: #B69D80;
}
.BgClassName
{
background-color: #B69D80;
}
</style>
border-color css
<style>
span { border-color: #B69D80; }
span { border-color: rgb(182,157,128); }
td.TdClassName
{
border-color: #B69D80;
}
.TagClassName
{
border-color: #B69D80;
}
</style>