Shades of Pale Taupe #BD9073
Tints of Pale Taupe #BD9073
RGB
CMYK
RGB Variations
Color information
#BD9073 (or 0xBD9073) is known color: Pale Taupe. HEX triplet: BD, 90 and 73. RGB value is (189,144,115). Sum of RGB (Red+Green+Blue) = 189+144+115=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9073 is #426F8C. Grayscale: #9A9A9A. Windows color (decimal): -4353933 or 7573693. OLE color: 7573693.
HSL color Cylindrical-coordinate representation of color #BD9073: hue angle of 23.51º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD9073 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 115 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.26 |
| HSL | 23.51º | 0.36% | 0.6% | - |
| HSV(B) | 23.51º | 0.39% | 0.74% | - |
| XYZ | 34.05 | 32 | 20.6 | - |
| YUV | 154.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 115 | 0 | 0.24 | 0.39 | 0.26 | 23.51 | 0.36 | 0.6 |
| Hex | BD | 90 | 73 | 0 | 18 | 27 | 1A | 18 | 24 | 3C |
| Octal | 275 | 220 | 163 | 0 | 30 | 47 | 32 | 30 | 44 | 74 |
| Binary | 10111101 | 10010000 | 1110011 | 0 | 11000 | 100111 | 11010 | 11000 | 100100 | 111100 |
Color Harmonies of #BD9073
Complementary color
Monochromatic Colors of #BD9073
Black with #BD9073
Text Example
Text Example
White with #BD9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9073; }
p { color: rgb(189,144,115); }
H1.HeaderClassName
{
color: #BD9073;
}
.AnyTagClassName
{
color: #BD9073;
}
</style>
background-color css
<style>
a { background-color: #BD9073; }
a { background-color: rgb(189,144,115); }
div.DivClassName
{
background-color: #BD9073;
}
.BgClassName
{
background-color: #BD9073;
}
</style>
border-color css
<style>
span { border-color: #BD9073; }
span { border-color: rgb(189,144,115); }
td.TdClassName
{
border-color: #BD9073;
}
.TagClassName
{
border-color: #BD9073;
}
</style>