Shades of Pale Taupe #B88F7B
Tints of Pale Taupe #B88F7B
RGB
CMYK
RGB Variations
Color information
#B88F7B (or 0xB88F7B) is known color: Pale Taupe. HEX triplet: B8, 8F and 7B. RGB value is (184,143,123). Sum of RGB (Red+Green+Blue) = 184+143+123=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F7B is #477084. Grayscale: #999999. Windows color (decimal): -4681861 or 8097720. OLE color: 8097720.
HSL color Cylindrical-coordinate representation of color #B88F7B: hue angle of 19.67º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B88F7B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 123 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.28 |
| HSL | 19.67º | 0.3% | 0.6% | - |
| HSV(B) | 19.67º | 0.33% | 0.72% | - |
| XYZ | 33.16 | 31.27 | 23.03 | - |
| YUV | 152.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 123 | 0 | 0.22 | 0.33 | 0.28 | 19.67 | 0.3 | 0.6 |
| Hex | B8 | 8F | 7B | 0 | 16 | 21 | 1C | 14 | 1E | 3C |
| Octal | 270 | 217 | 173 | 0 | 26 | 41 | 34 | 24 | 36 | 74 |
| Binary | 10111000 | 10001111 | 1111011 | 0 | 10110 | 100001 | 11100 | 10100 | 11110 | 111100 |
Color Harmonies of #B88F7B
Complementary color
Monochromatic Colors of #B88F7B
Black with #B88F7B
Text Example
Text Example
White with #B88F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F7B; }
p { color: rgb(184,143,123); }
H1.HeaderClassName
{
color: #B88F7B;
}
.AnyTagClassName
{
color: #B88F7B;
}
</style>
background-color css
<style>
a { background-color: #B88F7B; }
a { background-color: rgb(184,143,123); }
div.DivClassName
{
background-color: #B88F7B;
}
.BgClassName
{
background-color: #B88F7B;
}
</style>
border-color css
<style>
span { border-color: #B88F7B; }
span { border-color: rgb(184,143,123); }
td.TdClassName
{
border-color: #B88F7B;
}
.TagClassName
{
border-color: #B88F7B;
}
</style>