Shades of Pale Taupe #B88F77
Tints of Pale Taupe #B88F77
RGB
CMYK
RGB Variations
Color information
#B88F77 (or 0xB88F77) is known color: Pale Taupe. HEX triplet: B8, 8F and 77. RGB value is (184,143,119). Sum of RGB (Red+Green+Blue) = 184+143+119=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F77 is #477088. Grayscale: #989898. Windows color (decimal): -4681865 or 7835576. OLE color: 7835576.
HSL color Cylindrical-coordinate representation of color #B88F77: hue angle of 22.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B88F77 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 119 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.28 |
| HSL | 22.15º | 0.31% | 0.59% | - |
| HSV(B) | 22.15º | 0.35% | 0.72% | - |
| XYZ | 32.92 | 31.17 | 21.73 | - |
| YUV | 152.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 119 | 0 | 0.22 | 0.35 | 0.28 | 22.15 | 0.31 | 0.59 |
| Hex | B8 | 8F | 77 | 0 | 16 | 23 | 1C | 16 | 1F | 3B |
| Octal | 270 | 217 | 167 | 0 | 26 | 43 | 34 | 26 | 37 | 73 |
| Binary | 10111000 | 10001111 | 1110111 | 0 | 10110 | 100011 | 11100 | 10110 | 11111 | 111011 |
Color Harmonies of #B88F77
Complementary color
Monochromatic Colors of #B88F77
Black with #B88F77
Text Example
Text Example
White with #B88F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F77; }
p { color: rgb(184,143,119); }
H1.HeaderClassName
{
color: #B88F77;
}
.AnyTagClassName
{
color: #B88F77;
}
</style>
background-color css
<style>
a { background-color: #B88F77; }
a { background-color: rgb(184,143,119); }
div.DivClassName
{
background-color: #B88F77;
}
.BgClassName
{
background-color: #B88F77;
}
</style>
border-color css
<style>
span { border-color: #B88F77; }
span { border-color: rgb(184,143,119); }
td.TdClassName
{
border-color: #B88F77;
}
.TagClassName
{
border-color: #B88F77;
}
</style>