Shades of Pale Taupe #B99B7D
Tints of Pale Taupe #B99B7D
RGB
CMYK
RGB Variations
Color information
#B99B7D (or 0xB99B7D) is known color: Pale Taupe. HEX triplet: B9, 9B and 7D. RGB value is (185,155,125). Sum of RGB (Red+Green+Blue) = 185+155+125=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B7D is #466482. Grayscale: #A0A0A0. Windows color (decimal): -4613251 or 8231865. OLE color: 8231865.
HSL color Cylindrical-coordinate representation of color #B99B7D: hue angle of 30º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99B7D is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 125 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.27 |
| HSL | 30º | 0.3% | 0.61% | - |
| HSV(B) | 30º | 0.32% | 0.73% | - |
| XYZ | 35.43 | 35.24 | 24.34 | - |
| YUV | 160.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 125 | 0 | 0.16 | 0.32 | 0.27 | 30 | 0.3 | 0.61 |
| Hex | B9 | 9B | 7D | 0 | 10 | 20 | 1B | 1E | 1E | 3D |
| Octal | 271 | 233 | 175 | 0 | 20 | 40 | 33 | 36 | 36 | 75 |
| Binary | 10111001 | 10011011 | 1111101 | 0 | 10000 | 100000 | 11011 | 11110 | 11110 | 111101 |
Color Harmonies of #B99B7D
Complementary color
Monochromatic Colors of #B99B7D
Black with #B99B7D
Text Example
Text Example
White with #B99B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99B7D; }
p { color: rgb(185,155,125); }
H1.HeaderClassName
{
color: #B99B7D;
}
.AnyTagClassName
{
color: #B99B7D;
}
</style>
background-color css
<style>
a { background-color: #B99B7D; }
a { background-color: rgb(185,155,125); }
div.DivClassName
{
background-color: #B99B7D;
}
.BgClassName
{
background-color: #B99B7D;
}
</style>
border-color css
<style>
span { border-color: #B99B7D; }
span { border-color: rgb(185,155,125); }
td.TdClassName
{
border-color: #B99B7D;
}
.TagClassName
{
border-color: #B99B7D;
}
</style>