Shades of Puce #BD838B
Tints of Puce #BD838B
RGB
CMYK
RGB Variations
Color information
#BD838B (or 0xBD838B) is known color: Puce. HEX triplet: BD, 83 and 8B. RGB value is (189,131,139). Sum of RGB (Red+Green+Blue) = 189+131+139=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD838B is #427C74. Grayscale: #959595. Windows color (decimal): -4357237 or 9143229. OLE color: 9143229.
HSL color Cylindrical-coordinate representation of color #BD838B: hue angle of 351.72º 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 #BD838B is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 139 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.26 |
| HSL | 351.72º | 0.31% | 0.63% | - |
| HSV(B) | 351.72º | 0.31% | 0.74% | - |
| XYZ | 33.76 | 28.92 | 28.23 | - |
| YUV | 149.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 139 | 0 | 0.31 | 0.26 | 0.26 | 351.72 | 0.31 | 0.63 |
| Hex | BD | 83 | 8B | 0 | 1F | 1A | 1A | 160 | 1F | 3F |
| Octal | 275 | 203 | 213 | 0 | 37 | 32 | 32 | 540 | 37 | 77 |
| Binary | 10111101 | 10000011 | 10001011 | 0 | 11111 | 11010 | 11010 | 101100000 | 11111 | 111111 |
Color Harmonies of #BD838B
Complementary color
Monochromatic Colors of #BD838B
Black with #BD838B
Text Example
Text Example
White with #BD838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD838B; }
p { color: rgb(189,131,139); }
H1.HeaderClassName
{
color: #BD838B;
}
.AnyTagClassName
{
color: #BD838B;
}
</style>
background-color css
<style>
a { background-color: #BD838B; }
a { background-color: rgb(189,131,139); }
div.DivClassName
{
background-color: #BD838B;
}
.BgClassName
{
background-color: #BD838B;
}
</style>
border-color css
<style>
span { border-color: #BD838B; }
span { border-color: rgb(189,131,139); }
td.TdClassName
{
border-color: #BD838B;
}
.TagClassName
{
border-color: #BD838B;
}
</style>