Shades of Puce #BD838E
Tints of Puce #BD838E
RGB
CMYK
RGB Variations
Color information
#BD838E (or 0xBD838E) is known color: Puce. HEX triplet: BD, 83 and 8E. RGB value is (189,131,142). Sum of RGB (Red+Green+Blue) = 189+131+142=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD838E is #427C71. Grayscale: #959595. Windows color (decimal): -4357234 or 9339837. OLE color: 9339837.
HSL color Cylindrical-coordinate representation of color #BD838E: hue angle of 348.62º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD838E is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 142 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.26 |
| HSL | 348.62º | 0.31% | 0.63% | - |
| HSV(B) | 348.62º | 0.31% | 0.74% | - |
| XYZ | 33.99 | 29 | 29.4 | - |
| YUV | 149.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 142 | 0 | 0.31 | 0.25 | 0.26 | 348.62 | 0.31 | 0.63 |
| Hex | BD | 83 | 8E | 0 | 1F | 19 | 1A | 15D | 1F | 3F |
| Octal | 275 | 203 | 216 | 0 | 37 | 31 | 32 | 535 | 37 | 77 |
| Binary | 10111101 | 10000011 | 10001110 | 0 | 11111 | 11001 | 11010 | 101011101 | 11111 | 111111 |
Color Harmonies of #BD838E
Complementary color
Monochromatic Colors of #BD838E
Black with #BD838E
Text Example
Text Example
White with #BD838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD838E; }
p { color: rgb(189,131,142); }
H1.HeaderClassName
{
color: #BD838E;
}
.AnyTagClassName
{
color: #BD838E;
}
</style>
background-color css
<style>
a { background-color: #BD838E; }
a { background-color: rgb(189,131,142); }
div.DivClassName
{
background-color: #BD838E;
}
.BgClassName
{
background-color: #BD838E;
}
</style>
border-color css
<style>
span { border-color: #BD838E; }
span { border-color: rgb(189,131,142); }
td.TdClassName
{
border-color: #BD838E;
}
.TagClassName
{
border-color: #BD838E;
}
</style>