Shades of Puce #BD868B
Tints of Puce #BD868B
RGB
CMYK
RGB Variations
Color information
#BD868B (or 0xBD868B) is known color: Puce. HEX triplet: BD, 86 and 8B. RGB value is (189,134,139). Sum of RGB (Red+Green+Blue) = 189+134+139=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD868B is #427974. Grayscale: #979797. Windows color (decimal): -4356469 or 9143997. OLE color: 9143997.
HSL color Cylindrical-coordinate representation of color #BD868B: hue angle of 354.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD868B is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 139 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.26 |
| HSL | 354.55º | 0.29% | 0.63% | - |
| HSV(B) | 354.55º | 0.29% | 0.74% | - |
| XYZ | 34.17 | 29.73 | 28.36 | - |
| YUV | 151.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 139 | 0 | 0.29 | 0.26 | 0.26 | 354.55 | 0.29 | 0.63 |
| Hex | BD | 86 | 8B | 0 | 1D | 1A | 1A | 163 | 1D | 3F |
| Octal | 275 | 206 | 213 | 0 | 35 | 32 | 32 | 543 | 35 | 77 |
| Binary | 10111101 | 10000110 | 10001011 | 0 | 11101 | 11010 | 11010 | 101100011 | 11101 | 111111 |
Color Harmonies of #BD868B
Complementary color
Monochromatic Colors of #BD868B
Black with #BD868B
Text Example
Text Example
White with #BD868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD868B; }
p { color: rgb(189,134,139); }
H1.HeaderClassName
{
color: #BD868B;
}
.AnyTagClassName
{
color: #BD868B;
}
</style>
background-color css
<style>
a { background-color: #BD868B; }
a { background-color: rgb(189,134,139); }
div.DivClassName
{
background-color: #BD868B;
}
.BgClassName
{
background-color: #BD868B;
}
</style>
border-color css
<style>
span { border-color: #BD868B; }
span { border-color: rgb(189,134,139); }
td.TdClassName
{
border-color: #BD868B;
}
.TagClassName
{
border-color: #BD868B;
}
</style>