Shades of Puce #BD848B
Tints of Puce #BD848B
RGB
CMYK
RGB Variations
Color information
#BD848B (or 0xBD848B) is known color: Puce. HEX triplet: BD, 84 and 8B. RGB value is (189,132,139). Sum of RGB (Red+Green+Blue) = 189+132+139=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD848B is #427B74. Grayscale: #959595. Windows color (decimal): -4356981 or 9143485. OLE color: 9143485.
HSL color Cylindrical-coordinate representation of color #BD848B: hue angle of 352.63º 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 #BD848B is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 139 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.26 |
| HSL | 352.63º | 0.3% | 0.63% | - |
| HSV(B) | 352.63º | 0.3% | 0.74% | - |
| XYZ | 33.9 | 29.19 | 28.27 | - |
| YUV | 149.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 139 | 0 | 0.30 | 0.26 | 0.26 | 352.63 | 0.3 | 0.63 |
| Hex | BD | 84 | 8B | 0 | 1E | 1A | 1A | 161 | 1E | 3F |
| Octal | 275 | 204 | 213 | 0 | 36 | 32 | 32 | 541 | 36 | 77 |
| Binary | 10111101 | 10000100 | 10001011 | 0 | 11110 | 11010 | 11010 | 101100001 | 11110 | 111111 |
Color Harmonies of #BD848B
Complementary color
Monochromatic Colors of #BD848B
Black with #BD848B
Text Example
Text Example
White with #BD848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD848B; }
p { color: rgb(189,132,139); }
H1.HeaderClassName
{
color: #BD848B;
}
.AnyTagClassName
{
color: #BD848B;
}
</style>
background-color css
<style>
a { background-color: #BD848B; }
a { background-color: rgb(189,132,139); }
div.DivClassName
{
background-color: #BD848B;
}
.BgClassName
{
background-color: #BD848B;
}
</style>
border-color css
<style>
span { border-color: #BD848B; }
span { border-color: rgb(189,132,139); }
td.TdClassName
{
border-color: #BD848B;
}
.TagClassName
{
border-color: #BD848B;
}
</style>