Shades of Pale Taupe #BD9077
Tints of Pale Taupe #BD9077
RGB
CMYK
RGB Variations
Color information
#BD9077 (or 0xBD9077) is known color: Pale Taupe. HEX triplet: BD, 90 and 77. RGB value is (189,144,119). Sum of RGB (Red+Green+Blue) = 189+144+119=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9077 is #426F88. Grayscale: #9A9A9A. Windows color (decimal): -4353929 or 7835837. OLE color: 7835837.
HSL color Cylindrical-coordinate representation of color #BD9077: hue angle of 21.43º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9077 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 119 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.26 |
| HSL | 21.43º | 0.35% | 0.6% | - |
| HSV(B) | 21.43º | 0.37% | 0.74% | - |
| XYZ | 34.29 | 32.1 | 21.84 | - |
| YUV | 154.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 119 | 0 | 0.24 | 0.37 | 0.26 | 21.43 | 0.35 | 0.6 |
| Hex | BD | 90 | 77 | 0 | 18 | 25 | 1A | 15 | 23 | 3C |
| Octal | 275 | 220 | 167 | 0 | 30 | 45 | 32 | 25 | 43 | 74 |
| Binary | 10111101 | 10010000 | 1110111 | 0 | 11000 | 100101 | 11010 | 10101 | 100011 | 111100 |
Color Harmonies of #BD9077
Complementary color
Monochromatic Colors of #BD9077
Black with #BD9077
Text Example
Text Example
White with #BD9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9077; }
p { color: rgb(189,144,119); }
H1.HeaderClassName
{
color: #BD9077;
}
.AnyTagClassName
{
color: #BD9077;
}
</style>
background-color css
<style>
a { background-color: #BD9077; }
a { background-color: rgb(189,144,119); }
div.DivClassName
{
background-color: #BD9077;
}
.BgClassName
{
background-color: #BD9077;
}
</style>
border-color css
<style>
span { border-color: #BD9077; }
span { border-color: rgb(189,144,119); }
td.TdClassName
{
border-color: #BD9077;
}
.TagClassName
{
border-color: #BD9077;
}
</style>