Shades of Pale Taupe #B9A183
Tints of Pale Taupe #B9A183
RGB
CMYK
RGB Variations
Color information
#B9A183 (or 0xB9A183) is known color: Pale Taupe. HEX triplet: B9, A1 and 83. RGB value is (185,161,131). Sum of RGB (Red+Green+Blue) = 185+161+131=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A183 is #465E7C. Grayscale: #A4A4A4. Windows color (decimal): -4611709 or 8626617. OLE color: 8626617.
HSL color Cylindrical-coordinate representation of color #B9A183: hue angle of 33.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9A183 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 131 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.27 |
| HSL | 33.33º | 0.28% | 0.62% | - |
| HSV(B) | 33.33º | 0.29% | 0.73% | - |
| XYZ | 36.85 | 37.44 | 26.76 | - |
| YUV | 164.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 131 | 0 | 0.13 | 0.29 | 0.27 | 33.33 | 0.28 | 0.62 |
| Hex | B9 | A1 | 83 | 0 | D | 1D | 1B | 21 | 1C | 3E |
| Octal | 271 | 241 | 203 | 0 | 15 | 35 | 33 | 41 | 34 | 76 |
| Binary | 10111001 | 10100001 | 10000011 | 0 | 1101 | 11101 | 11011 | 100001 | 11100 | 111110 |
Color Harmonies of #B9A183
Complementary color
Monochromatic Colors of #B9A183
Black with #B9A183
Text Example
Text Example
White with #B9A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A183; }
p { color: rgb(185,161,131); }
H1.HeaderClassName
{
color: #B9A183;
}
.AnyTagClassName
{
color: #B9A183;
}
</style>
background-color css
<style>
a { background-color: #B9A183; }
a { background-color: rgb(185,161,131); }
div.DivClassName
{
background-color: #B9A183;
}
.BgClassName
{
background-color: #B9A183;
}
</style>
border-color css
<style>
span { border-color: #B9A183; }
span { border-color: rgb(185,161,131); }
td.TdClassName
{
border-color: #B9A183;
}
.TagClassName
{
border-color: #B9A183;
}
</style>