Shades of Pale Taupe #BD947A
Tints of Pale Taupe #BD947A
RGB
CMYK
RGB Variations
Color information
#BD947A (or 0xBD947A) is known color: Pale Taupe. HEX triplet: BD, 94 and 7A. RGB value is (189,148,122). Sum of RGB (Red+Green+Blue) = 189+148+122=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD947A is #426B85. Grayscale: #9D9D9D. Windows color (decimal): -4352902 or 8033469. OLE color: 8033469.
HSL color Cylindrical-coordinate representation of color #BD947A: hue angle of 23.28º 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 #BD947A is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 122 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.26 |
| HSL | 23.28º | 0.34% | 0.61% | - |
| HSV(B) | 23.28º | 0.35% | 0.74% | - |
| XYZ | 35.09 | 33.4 | 23.01 | - |
| YUV | 157.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 122 | 0 | 0.22 | 0.35 | 0.26 | 23.28 | 0.34 | 0.61 |
| Hex | BD | 94 | 7A | 0 | 16 | 23 | 1A | 17 | 22 | 3D |
| Octal | 275 | 224 | 172 | 0 | 26 | 43 | 32 | 27 | 42 | 75 |
| Binary | 10111101 | 10010100 | 1111010 | 0 | 10110 | 100011 | 11010 | 10111 | 100010 | 111101 |
Color Harmonies of #BD947A
Complementary color
Monochromatic Colors of #BD947A
Black with #BD947A
Text Example
Text Example
White with #BD947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD947A; }
p { color: rgb(189,148,122); }
H1.HeaderClassName
{
color: #BD947A;
}
.AnyTagClassName
{
color: #BD947A;
}
</style>
background-color css
<style>
a { background-color: #BD947A; }
a { background-color: rgb(189,148,122); }
div.DivClassName
{
background-color: #BD947A;
}
.BgClassName
{
background-color: #BD947A;
}
</style>
border-color css
<style>
span { border-color: #BD947A; }
span { border-color: rgb(189,148,122); }
td.TdClassName
{
border-color: #BD947A;
}
.TagClassName
{
border-color: #BD947A;
}
</style>