Shades of Pale Taupe #BD9774
Tints of Pale Taupe #BD9774
RGB
CMYK
RGB Variations
Color information
#BD9774 (or 0xBD9774) is known color: Pale Taupe. HEX triplet: BD, 97 and 74. RGB value is (189,151,116). Sum of RGB (Red+Green+Blue) = 189+151+116=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9774 is #42688B. Grayscale: #9E9E9E. Windows color (decimal): -4352140 or 7641021. OLE color: 7641021.
HSL color Cylindrical-coordinate representation of color #BD9774: hue angle of 28.77º 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 #BD9774 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 116 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.26 |
| HSL | 28.77º | 0.36% | 0.6% | - |
| HSV(B) | 28.77º | 0.39% | 0.74% | - |
| XYZ | 35.21 | 34.21 | 21.27 | - |
| YUV | 158.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 116 | 0 | 0.20 | 0.39 | 0.26 | 28.77 | 0.36 | 0.6 |
| Hex | BD | 97 | 74 | 0 | 14 | 27 | 1A | 1D | 24 | 3C |
| Octal | 275 | 227 | 164 | 0 | 24 | 47 | 32 | 35 | 44 | 74 |
| Binary | 10111101 | 10010111 | 1110100 | 0 | 10100 | 100111 | 11010 | 11101 | 100100 | 111100 |
Color Harmonies of #BD9774
Complementary color
Monochromatic Colors of #BD9774
Black with #BD9774
Text Example
Text Example
White with #BD9774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9774; }
p { color: rgb(189,151,116); }
H1.HeaderClassName
{
color: #BD9774;
}
.AnyTagClassName
{
color: #BD9774;
}
</style>
background-color css
<style>
a { background-color: #BD9774; }
a { background-color: rgb(189,151,116); }
div.DivClassName
{
background-color: #BD9774;
}
.BgClassName
{
background-color: #BD9774;
}
</style>
border-color css
<style>
span { border-color: #BD9774; }
span { border-color: rgb(189,151,116); }
td.TdClassName
{
border-color: #BD9774;
}
.TagClassName
{
border-color: #BD9774;
}
</style>