Shades of Pale Taupe #BD9278
Tints of Pale Taupe #BD9278
RGB
CMYK
RGB Variations
Color information
#BD9278 (or 0xBD9278) is known color: Pale Taupe. HEX triplet: BD, 92 and 78. RGB value is (189,146,120). Sum of RGB (Red+Green+Blue) = 189+146+120=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9278 is #426D87. Grayscale: #9C9C9C. Windows color (decimal): -4353416 or 7901885. OLE color: 7901885.
HSL color Cylindrical-coordinate representation of color #BD9278: hue angle of 22.61º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9278 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 120 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.26 |
| HSL | 22.61º | 0.34% | 0.61% | - |
| HSV(B) | 22.61º | 0.37% | 0.74% | - |
| XYZ | 34.66 | 32.73 | 22.26 | - |
| YUV | 155.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 120 | 0 | 0.23 | 0.37 | 0.26 | 22.61 | 0.34 | 0.61 |
| Hex | BD | 92 | 78 | 0 | 17 | 25 | 1A | 17 | 22 | 3D |
| Octal | 275 | 222 | 170 | 0 | 27 | 45 | 32 | 27 | 42 | 75 |
| Binary | 10111101 | 10010010 | 1111000 | 0 | 10111 | 100101 | 11010 | 10111 | 100010 | 111101 |
Color Harmonies of #BD9278
Complementary color
Monochromatic Colors of #BD9278
Black with #BD9278
Text Example
Text Example
White with #BD9278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9278; }
p { color: rgb(189,146,120); }
H1.HeaderClassName
{
color: #BD9278;
}
.AnyTagClassName
{
color: #BD9278;
}
</style>
background-color css
<style>
a { background-color: #BD9278; }
a { background-color: rgb(189,146,120); }
div.DivClassName
{
background-color: #BD9278;
}
.BgClassName
{
background-color: #BD9278;
}
</style>
border-color css
<style>
span { border-color: #BD9278; }
span { border-color: rgb(189,146,120); }
td.TdClassName
{
border-color: #BD9278;
}
.TagClassName
{
border-color: #BD9278;
}
</style>