Shades of Pale Taupe #B89C7D
Tints of Pale Taupe #B89C7D
RGB
CMYK
RGB Variations
Color information
#B89C7D (or 0xB89C7D) is known color: Pale Taupe. HEX triplet: B8, 9C and 7D. RGB value is (184,156,125). Sum of RGB (Red+Green+Blue) = 184+156+125=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C7D is #476382. Grayscale: #A0A0A0. Windows color (decimal): -4678531 or 8232120. OLE color: 8232120.
HSL color Cylindrical-coordinate representation of color #B89C7D: hue angle of 31.53º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B89C7D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 125 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.28 |
| HSL | 31.53º | 0.29% | 0.61% | - |
| HSV(B) | 31.53º | 0.32% | 0.72% | - |
| XYZ | 35.36 | 35.45 | 24.38 | - |
| YUV | 160.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 125 | 0 | 0.15 | 0.32 | 0.28 | 31.53 | 0.29 | 0.61 |
| Hex | B8 | 9C | 7D | 0 | F | 20 | 1C | 20 | 1D | 3D |
| Octal | 270 | 234 | 175 | 0 | 17 | 40 | 34 | 40 | 35 | 75 |
| Binary | 10111000 | 10011100 | 1111101 | 0 | 1111 | 100000 | 11100 | 100000 | 11101 | 111101 |
Color Harmonies of #B89C7D
Complementary color
Monochromatic Colors of #B89C7D
Black with #B89C7D
Text Example
Text Example
White with #B89C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C7D; }
p { color: rgb(184,156,125); }
H1.HeaderClassName
{
color: #B89C7D;
}
.AnyTagClassName
{
color: #B89C7D;
}
</style>
background-color css
<style>
a { background-color: #B89C7D; }
a { background-color: rgb(184,156,125); }
div.DivClassName
{
background-color: #B89C7D;
}
.BgClassName
{
background-color: #B89C7D;
}
</style>
border-color css
<style>
span { border-color: #B89C7D; }
span { border-color: rgb(184,156,125); }
td.TdClassName
{
border-color: #B89C7D;
}
.TagClassName
{
border-color: #B89C7D;
}
</style>