Shades of Pale Taupe #B99E8A
Tints of Pale Taupe #B99E8A
RGB
CMYK
RGB Variations
Color information
#B99E8A (or 0xB99E8A) is known color: Pale Taupe. HEX triplet: B9, 9E and 8A. RGB value is (185,158,138). Sum of RGB (Red+Green+Blue) = 185+158+138=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99E8A is #466175. Grayscale: #A3A3A3. Windows color (decimal): -4612470 or 9084601. OLE color: 9084601.
HSL color Cylindrical-coordinate representation of color #B99E8A: hue angle of 25.53º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B99E8A is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 138 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.27 |
| HSL | 25.53º | 0.25% | 0.63% | - |
| HSV(B) | 25.53º | 0.25% | 0.73% | - |
| XYZ | 36.82 | 36.6 | 29.17 | - |
| YUV | 163.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 138 | 0 | 0.15 | 0.25 | 0.27 | 25.53 | 0.25 | 0.63 |
| Hex | B9 | 9E | 8A | 0 | F | 19 | 1B | 1A | 19 | 3F |
| Octal | 271 | 236 | 212 | 0 | 17 | 31 | 33 | 32 | 31 | 77 |
| Binary | 10111001 | 10011110 | 10001010 | 0 | 1111 | 11001 | 11011 | 11010 | 11001 | 111111 |
Color Harmonies of #B99E8A
Complementary color
Monochromatic Colors of #B99E8A
Black with #B99E8A
Text Example
Text Example
White with #B99E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E8A; }
p { color: rgb(185,158,138); }
H1.HeaderClassName
{
color: #B99E8A;
}
.AnyTagClassName
{
color: #B99E8A;
}
</style>
background-color css
<style>
a { background-color: #B99E8A; }
a { background-color: rgb(185,158,138); }
div.DivClassName
{
background-color: #B99E8A;
}
.BgClassName
{
background-color: #B99E8A;
}
</style>
border-color css
<style>
span { border-color: #B99E8A; }
span { border-color: rgb(185,158,138); }
td.TdClassName
{
border-color: #B99E8A;
}
.TagClassName
{
border-color: #B99E8A;
}
</style>