Shades of Pale Taupe #B9927F
Tints of Pale Taupe #B9927F
RGB
CMYK
RGB Variations
Color information
#B9927F (or 0xB9927F) is known color: Pale Taupe. HEX triplet: B9, 92 and 7F. RGB value is (185,146,127). Sum of RGB (Red+Green+Blue) = 185+146+127=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9927F is #466D80. Grayscale: #9B9B9B. Windows color (decimal): -4615553 or 8360633. OLE color: 8360633.
HSL color Cylindrical-coordinate representation of color #B9927F: hue angle of 19.66º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9927F is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 127 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.27 |
| HSL | 19.66º | 0.29% | 0.61% | - |
| HSV(B) | 19.66º | 0.31% | 0.73% | - |
| XYZ | 34.12 | 32.4 | 24.54 | - |
| YUV | 155.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 127 | 0 | 0.21 | 0.31 | 0.27 | 19.66 | 0.29 | 0.61 |
| Hex | B9 | 92 | 7F | 0 | 15 | 1F | 1B | 14 | 1D | 3D |
| Octal | 271 | 222 | 177 | 0 | 25 | 37 | 33 | 24 | 35 | 75 |
| Binary | 10111001 | 10010010 | 1111111 | 0 | 10101 | 11111 | 11011 | 10100 | 11101 | 111101 |
Color Harmonies of #B9927F
Complementary color
Monochromatic Colors of #B9927F
Black with #B9927F
Text Example
Text Example
White with #B9927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9927F; }
p { color: rgb(185,146,127); }
H1.HeaderClassName
{
color: #B9927F;
}
.AnyTagClassName
{
color: #B9927F;
}
</style>
background-color css
<style>
a { background-color: #B9927F; }
a { background-color: rgb(185,146,127); }
div.DivClassName
{
background-color: #B9927F;
}
.BgClassName
{
background-color: #B9927F;
}
</style>
border-color css
<style>
span { border-color: #B9927F; }
span { border-color: rgb(185,146,127); }
td.TdClassName
{
border-color: #B9927F;
}
.TagClassName
{
border-color: #B9927F;
}
</style>