Shades of Pale Taupe #BD927A
Tints of Pale Taupe #BD927A
RGB
CMYK
RGB Variations
Color information
#BD927A (or 0xBD927A) is known color: Pale Taupe. HEX triplet: BD, 92 and 7A. RGB value is (189,146,122). Sum of RGB (Red+Green+Blue) = 189+146+122=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD927A is #426D85. Grayscale: #9C9C9C. Windows color (decimal): -4353414 or 8032957. OLE color: 8032957.
HSL color Cylindrical-coordinate representation of color #BD927A: hue angle of 21.49º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD927A is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 122 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.26 |
| HSL | 21.49º | 0.34% | 0.61% | - |
| HSV(B) | 21.49º | 0.35% | 0.74% | - |
| XYZ | 34.78 | 32.78 | 22.91 | - |
| YUV | 156.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 122 | 0 | 0.23 | 0.35 | 0.26 | 21.49 | 0.34 | 0.61 |
| Hex | BD | 92 | 7A | 0 | 17 | 23 | 1A | 15 | 22 | 3D |
| Octal | 275 | 222 | 172 | 0 | 27 | 43 | 32 | 25 | 42 | 75 |
| Binary | 10111101 | 10010010 | 1111010 | 0 | 10111 | 100011 | 11010 | 10101 | 100010 | 111101 |
Color Harmonies of #BD927A
Complementary color
Monochromatic Colors of #BD927A
Black with #BD927A
Text Example
Text Example
White with #BD927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD927A; }
p { color: rgb(189,146,122); }
H1.HeaderClassName
{
color: #BD927A;
}
.AnyTagClassName
{
color: #BD927A;
}
</style>
background-color css
<style>
a { background-color: #BD927A; }
a { background-color: rgb(189,146,122); }
div.DivClassName
{
background-color: #BD927A;
}
.BgClassName
{
background-color: #BD927A;
}
</style>
border-color css
<style>
span { border-color: #BD927A; }
span { border-color: rgb(189,146,122); }
td.TdClassName
{
border-color: #BD927A;
}
.TagClassName
{
border-color: #BD927A;
}
</style>