Shades of Pale Taupe #B89B83
Tints of Pale Taupe #B89B83
RGB
CMYK
RGB Variations
Color information
#B89B83 (or 0xB89B83) is known color: Pale Taupe. HEX triplet: B8, 9B and 83. RGB value is (184,155,131). Sum of RGB (Red+Green+Blue) = 184+155+131=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89B83 is #47647C. Grayscale: #A1A1A1. Windows color (decimal): -4678781 or 8625080. OLE color: 8625080.
HSL color Cylindrical-coordinate representation of color #B89B83: hue angle of 27.17º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89B83 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 131 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.28 |
| HSL | 27.17º | 0.27% | 0.62% | - |
| HSV(B) | 27.17º | 0.29% | 0.72% | - |
| XYZ | 35.59 | 35.27 | 26.41 | - |
| YUV | 160.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 131 | 0 | 0.16 | 0.29 | 0.28 | 27.17 | 0.27 | 0.62 |
| Hex | B8 | 9B | 83 | 0 | 10 | 1D | 1C | 1B | 1B | 3E |
| Octal | 270 | 233 | 203 | 0 | 20 | 35 | 34 | 33 | 33 | 76 |
| Binary | 10111000 | 10011011 | 10000011 | 0 | 10000 | 11101 | 11100 | 11011 | 11011 | 111110 |
Color Harmonies of #B89B83
Complementary color
Monochromatic Colors of #B89B83
Black with #B89B83
Text Example
Text Example
White with #B89B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B83; }
p { color: rgb(184,155,131); }
H1.HeaderClassName
{
color: #B89B83;
}
.AnyTagClassName
{
color: #B89B83;
}
</style>
background-color css
<style>
a { background-color: #B89B83; }
a { background-color: rgb(184,155,131); }
div.DivClassName
{
background-color: #B89B83;
}
.BgClassName
{
background-color: #B89B83;
}
</style>
border-color css
<style>
span { border-color: #B89B83; }
span { border-color: rgb(184,155,131); }
td.TdClassName
{
border-color: #B89B83;
}
.TagClassName
{
border-color: #B89B83;
}
</style>