Shades of Pale Taupe #B7A189
Tints of Pale Taupe #B7A189
RGB
CMYK
RGB Variations
Color information
#B7A189 (or 0xB7A189) is known color: Pale Taupe. HEX triplet: B7, A1 and 89. RGB value is (183,161,137). Sum of RGB (Red+Green+Blue) = 183+161+137=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A189 is #485E76. Grayscale: #A4A4A4. Windows color (decimal): -4742775 or 9019831. OLE color: 9019831.
HSL color Cylindrical-coordinate representation of color #B7A189: hue angle of 31.3º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7A189 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 137 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.28 |
| HSL | 31.3º | 0.24% | 0.63% | - |
| HSV(B) | 31.3º | 0.25% | 0.72% | - |
| XYZ | 36.79 | 37.36 | 28.94 | - |
| YUV | 164.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 137 | 0 | 0.12 | 0.25 | 0.28 | 31.3 | 0.24 | 0.63 |
| Hex | B7 | A1 | 89 | 0 | C | 19 | 1C | 1F | 18 | 3F |
| Octal | 267 | 241 | 211 | 0 | 14 | 31 | 34 | 37 | 30 | 77 |
| Binary | 10110111 | 10100001 | 10001001 | 0 | 1100 | 11001 | 11100 | 11111 | 11000 | 111111 |
Color Harmonies of #B7A189
Complementary color
Monochromatic Colors of #B7A189
Black with #B7A189
Text Example
Text Example
White with #B7A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A189; }
p { color: rgb(183,161,137); }
H1.HeaderClassName
{
color: #B7A189;
}
.AnyTagClassName
{
color: #B7A189;
}
</style>
background-color css
<style>
a { background-color: #B7A189; }
a { background-color: rgb(183,161,137); }
div.DivClassName
{
background-color: #B7A189;
}
.BgClassName
{
background-color: #B7A189;
}
</style>
border-color css
<style>
span { border-color: #B7A189; }
span { border-color: rgb(183,161,137); }
td.TdClassName
{
border-color: #B7A189;
}
.TagClassName
{
border-color: #B7A189;
}
</style>