Shades of Puce #BA848F
Tints of Puce #BA848F
RGB
CMYK
RGB Variations
Color information
#BA848F (or 0xBA848F) is known color: Puce. HEX triplet: BA, 84 and 8F. RGB value is (186,132,143). Sum of RGB (Red+Green+Blue) = 186+132+143=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA848F is #457B70. Grayscale: #959595. Windows color (decimal): -4553585 or 9405626. OLE color: 9405626.
HSL color Cylindrical-coordinate representation of color #BA848F: hue angle of 347.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA848F is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 143 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.27 |
| HSL | 347.78º | 0.28% | 0.62% | - |
| HSV(B) | 347.78º | 0.29% | 0.73% | - |
| XYZ | 33.46 | 28.92 | 29.81 | - |
| YUV | 149.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 143 | 0 | 0.29 | 0.23 | 0.27 | 347.78 | 0.28 | 0.62 |
| Hex | BA | 84 | 8F | 0 | 1D | 17 | 1B | 15C | 1C | 3E |
| Octal | 272 | 204 | 217 | 0 | 35 | 27 | 33 | 534 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10001111 | 0 | 11101 | 10111 | 11011 | 101011100 | 11100 | 111110 |
Color Harmonies of #BA848F
Complementary color
Monochromatic Colors of #BA848F
Black with #BA848F
Text Example
Text Example
White with #BA848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA848F; }
p { color: rgb(186,132,143); }
H1.HeaderClassName
{
color: #BA848F;
}
.AnyTagClassName
{
color: #BA848F;
}
</style>
background-color css
<style>
a { background-color: #BA848F; }
a { background-color: rgb(186,132,143); }
div.DivClassName
{
background-color: #BA848F;
}
.BgClassName
{
background-color: #BA848F;
}
</style>
border-color css
<style>
span { border-color: #BA848F; }
span { border-color: rgb(186,132,143); }
td.TdClassName
{
border-color: #BA848F;
}
.TagClassName
{
border-color: #BA848F;
}
</style>