Shades of Puce #BA828D
Tints of Puce #BA828D
RGB
CMYK
RGB Variations
Color information
#BA828D (or 0xBA828D) is known color: Puce. HEX triplet: BA, 82 and 8D. RGB value is (186,130,141). Sum of RGB (Red+Green+Blue) = 186+130+141=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA828D is #457D72. Grayscale: #949494. Windows color (decimal): -4554099 or 9274042. OLE color: 9274042.
HSL color Cylindrical-coordinate representation of color #BA828D: hue angle of 348.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA828D is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 141 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.27 |
| HSL | 348.21º | 0.29% | 0.62% | - |
| HSV(B) | 348.21º | 0.3% | 0.73% | - |
| XYZ | 33.04 | 28.33 | 28.93 | - |
| YUV | 148 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 141 | 0 | 0.30 | 0.24 | 0.27 | 348.21 | 0.29 | 0.62 |
| Hex | BA | 82 | 8D | 0 | 1E | 18 | 1B | 15C | 1D | 3E |
| Octal | 272 | 202 | 215 | 0 | 36 | 30 | 33 | 534 | 35 | 76 |
| Binary | 10111010 | 10000010 | 10001101 | 0 | 11110 | 11000 | 11011 | 101011100 | 11101 | 111110 |
Color Harmonies of #BA828D
Complementary color
Monochromatic Colors of #BA828D
Black with #BA828D
Text Example
Text Example
White with #BA828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA828D; }
p { color: rgb(186,130,141); }
H1.HeaderClassName
{
color: #BA828D;
}
.AnyTagClassName
{
color: #BA828D;
}
</style>
background-color css
<style>
a { background-color: #BA828D; }
a { background-color: rgb(186,130,141); }
div.DivClassName
{
background-color: #BA828D;
}
.BgClassName
{
background-color: #BA828D;
}
</style>
border-color css
<style>
span { border-color: #BA828D; }
span { border-color: rgb(186,130,141); }
td.TdClassName
{
border-color: #BA828D;
}
.TagClassName
{
border-color: #BA828D;
}
</style>