Shades of Pale Taupe #BD907F
Tints of Pale Taupe #BD907F
RGB
CMYK
RGB Variations
Color information
#BD907F (or 0xBD907F) is known color: Pale Taupe. HEX triplet: BD, 90 and 7F. RGB value is (189,144,127). Sum of RGB (Red+Green+Blue) = 189+144+127=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD907F is #426F80. Grayscale: #9B9B9B. Windows color (decimal): -4353921 or 8360125. OLE color: 8360125.
HSL color Cylindrical-coordinate representation of color #BD907F: hue angle of 16.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD907F is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 127 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.26 |
| HSL | 16.45º | 0.32% | 0.62% | - |
| HSV(B) | 16.45º | 0.33% | 0.74% | - |
| XYZ | 34.79 | 32.3 | 24.48 | - |
| YUV | 155.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 127 | 0 | 0.24 | 0.33 | 0.26 | 16.45 | 0.32 | 0.62 |
| Hex | BD | 90 | 7F | 0 | 18 | 21 | 1A | 10 | 20 | 3E |
| Octal | 275 | 220 | 177 | 0 | 30 | 41 | 32 | 20 | 40 | 76 |
| Binary | 10111101 | 10010000 | 1111111 | 0 | 11000 | 100001 | 11010 | 10000 | 100000 | 111110 |
Color Harmonies of #BD907F
Complementary color
Monochromatic Colors of #BD907F
Black with #BD907F
Text Example
Text Example
White with #BD907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD907F; }
p { color: rgb(189,144,127); }
H1.HeaderClassName
{
color: #BD907F;
}
.AnyTagClassName
{
color: #BD907F;
}
</style>
background-color css
<style>
a { background-color: #BD907F; }
a { background-color: rgb(189,144,127); }
div.DivClassName
{
background-color: #BD907F;
}
.BgClassName
{
background-color: #BD907F;
}
</style>
border-color css
<style>
span { border-color: #BD907F; }
span { border-color: rgb(189,144,127); }
td.TdClassName
{
border-color: #BD907F;
}
.TagClassName
{
border-color: #BD907F;
}
</style>