Shades of Pale Taupe #B89075
Tints of Pale Taupe #B89075
RGB
CMYK
RGB Variations
Color information
#B89075 (or 0xB89075) is known color: Pale Taupe. HEX triplet: B8, 90 and 75. RGB value is (184,144,117). Sum of RGB (Red+Green+Blue) = 184+144+117=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B89075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89075 is #476F8A. Grayscale: #999999. Windows color (decimal): -4681611 or 7704760. OLE color: 7704760.
HSL color Cylindrical-coordinate representation of color #B89075: hue angle of 24.18º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B89075 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 117 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.28 |
| HSL | 24.18º | 0.32% | 0.59% | - |
| HSV(B) | 24.18º | 0.36% | 0.72% | - |
| XYZ | 32.95 | 31.42 | 21.16 | - |
| YUV | 152.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 117 | 0 | 0.22 | 0.36 | 0.28 | 24.18 | 0.32 | 0.59 |
| Hex | B8 | 90 | 75 | 0 | 16 | 24 | 1C | 18 | 20 | 3B |
| Octal | 270 | 220 | 165 | 0 | 26 | 44 | 34 | 30 | 40 | 73 |
| Binary | 10111000 | 10010000 | 1110101 | 0 | 10110 | 100100 | 11100 | 11000 | 100000 | 111011 |
Color Harmonies of #B89075
Complementary color
Monochromatic Colors of #B89075
Black with #B89075
Text Example
Text Example
White with #B89075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89075; }
p { color: rgb(184,144,117); }
H1.HeaderClassName
{
color: #B89075;
}
.AnyTagClassName
{
color: #B89075;
}
</style>
background-color css
<style>
a { background-color: #B89075; }
a { background-color: rgb(184,144,117); }
div.DivClassName
{
background-color: #B89075;
}
.BgClassName
{
background-color: #B89075;
}
</style>
border-color css
<style>
span { border-color: #B89075; }
span { border-color: rgb(184,144,117); }
td.TdClassName
{
border-color: #B89075;
}
.TagClassName
{
border-color: #B89075;
}
</style>