Shades of Pale Taupe #BD927D
Tints of Pale Taupe #BD927D
RGB
CMYK
RGB Variations
Color information
#BD927D (or 0xBD927D) is known color: Pale Taupe. HEX triplet: BD, 92 and 7D. RGB value is (189,146,125). Sum of RGB (Red+Green+Blue) = 189+146+125=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD927D is #426D82. Grayscale: #9C9C9C. Windows color (decimal): -4353411 or 8229565. OLE color: 8229565.
HSL color Cylindrical-coordinate representation of color #BD927D: hue angle of 19.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD927D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 125 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.26 |
| HSL | 19.69º | 0.33% | 0.62% | - |
| HSV(B) | 19.69º | 0.34% | 0.74% | - |
| XYZ | 34.97 | 32.86 | 23.9 | - |
| YUV | 156.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 125 | 0 | 0.23 | 0.34 | 0.26 | 19.69 | 0.33 | 0.62 |
| Hex | BD | 92 | 7D | 0 | 17 | 22 | 1A | 14 | 21 | 3E |
| Octal | 275 | 222 | 175 | 0 | 27 | 42 | 32 | 24 | 41 | 76 |
| Binary | 10111101 | 10010010 | 1111101 | 0 | 10111 | 100010 | 11010 | 10100 | 100001 | 111110 |
Color Harmonies of #BD927D
Complementary color
Monochromatic Colors of #BD927D
Black with #BD927D
Text Example
Text Example
White with #BD927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD927D; }
p { color: rgb(189,146,125); }
H1.HeaderClassName
{
color: #BD927D;
}
.AnyTagClassName
{
color: #BD927D;
}
</style>
background-color css
<style>
a { background-color: #BD927D; }
a { background-color: rgb(189,146,125); }
div.DivClassName
{
background-color: #BD927D;
}
.BgClassName
{
background-color: #BD927D;
}
</style>
border-color css
<style>
span { border-color: #BD927D; }
span { border-color: rgb(189,146,125); }
td.TdClassName
{
border-color: #BD927D;
}
.TagClassName
{
border-color: #BD927D;
}
</style>