Shades of Pale Taupe #B9907A
Tints of Pale Taupe #B9907A
RGB
CMYK
RGB Variations
Color information
#B9907A (or 0xB9907A) is known color: Pale Taupe. HEX triplet: B9, 90 and 7A. RGB value is (185,144,122). Sum of RGB (Red+Green+Blue) = 185+144+122=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9907A is #466F85. Grayscale: #999999. Windows color (decimal): -4616070 or 8032441. OLE color: 8032441.
HSL color Cylindrical-coordinate representation of color #B9907A: hue angle of 20.95º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9907A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 122 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.27 |
| HSL | 20.95º | 0.31% | 0.6% | - |
| HSV(B) | 20.95º | 0.34% | 0.73% | - |
| XYZ | 33.49 | 31.67 | 22.76 | - |
| YUV | 153.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 122 | 0 | 0.22 | 0.34 | 0.27 | 20.95 | 0.31 | 0.6 |
| Hex | B9 | 90 | 7A | 0 | 16 | 22 | 1B | 15 | 1F | 3C |
| Octal | 271 | 220 | 172 | 0 | 26 | 42 | 33 | 25 | 37 | 74 |
| Binary | 10111001 | 10010000 | 1111010 | 0 | 10110 | 100010 | 11011 | 10101 | 11111 | 111100 |
Color Harmonies of #B9907A
Complementary color
Monochromatic Colors of #B9907A
Black with #B9907A
Text Example
Text Example
White with #B9907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9907A; }
p { color: rgb(185,144,122); }
H1.HeaderClassName
{
color: #B9907A;
}
.AnyTagClassName
{
color: #B9907A;
}
</style>
background-color css
<style>
a { background-color: #B9907A; }
a { background-color: rgb(185,144,122); }
div.DivClassName
{
background-color: #B9907A;
}
.BgClassName
{
background-color: #B9907A;
}
</style>
border-color css
<style>
span { border-color: #B9907A; }
span { border-color: rgb(185,144,122); }
td.TdClassName
{
border-color: #B9907A;
}
.TagClassName
{
border-color: #B9907A;
}
</style>