Shades of Puce #BD8489
Tints of Puce #BD8489
RGB
CMYK
RGB Variations
Color information
#BD8489 (or 0xBD8489) is known color: Puce. HEX triplet: BD, 84 and 89. RGB value is (189,132,137). Sum of RGB (Red+Green+Blue) = 189+132+137=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8489 is #427B76. Grayscale: #959595. Windows color (decimal): -4356983 or 9012413. OLE color: 9012413.
HSL color Cylindrical-coordinate representation of color #BD8489: hue angle of 354.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8489 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 137 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.26 |
| HSL | 354.74º | 0.3% | 0.63% | - |
| HSV(B) | 354.74º | 0.3% | 0.74% | - |
| XYZ | 33.75 | 29.13 | 27.51 | - |
| YUV | 149.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 137 | 0 | 0.30 | 0.28 | 0.26 | 354.74 | 0.3 | 0.63 |
| Hex | BD | 84 | 89 | 0 | 1E | 1C | 1A | 163 | 1E | 3F |
| Octal | 275 | 204 | 211 | 0 | 36 | 34 | 32 | 543 | 36 | 77 |
| Binary | 10111101 | 10000100 | 10001001 | 0 | 11110 | 11100 | 11010 | 101100011 | 11110 | 111111 |
Color Harmonies of #BD8489
Complementary color
Monochromatic Colors of #BD8489
Black with #BD8489
Text Example
Text Example
White with #BD8489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8489; }
p { color: rgb(189,132,137); }
H1.HeaderClassName
{
color: #BD8489;
}
.AnyTagClassName
{
color: #BD8489;
}
</style>
background-color css
<style>
a { background-color: #BD8489; }
a { background-color: rgb(189,132,137); }
div.DivClassName
{
background-color: #BD8489;
}
.BgClassName
{
background-color: #BD8489;
}
</style>
border-color css
<style>
span { border-color: #BD8489; }
span { border-color: rgb(189,132,137); }
td.TdClassName
{
border-color: #BD8489;
}
.TagClassName
{
border-color: #BD8489;
}
</style>