Shades of Puce #BA838F
Tints of Puce #BA838F
RGB
CMYK
RGB Variations
Color information
#BA838F (or 0xBA838F) is known color: Puce. HEX triplet: BA, 83 and 8F. RGB value is (186,131,143). Sum of RGB (Red+Green+Blue) = 186+131+143=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA838F is #457C70. Grayscale: #949494. Windows color (decimal): -4553841 or 9405370. OLE color: 9405370.
HSL color Cylindrical-coordinate representation of color #BA838F: hue angle of 346.91º degrees, saturation: 0.28, 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 #BA838F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 143 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.27 |
| HSL | 346.91º | 0.28% | 0.62% | - |
| HSV(B) | 346.91º | 0.3% | 0.73% | - |
| XYZ | 33.32 | 28.65 | 29.76 | - |
| YUV | 148.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 143 | 0 | 0.30 | 0.23 | 0.27 | 346.91 | 0.28 | 0.62 |
| Hex | BA | 83 | 8F | 0 | 1E | 17 | 1B | 15B | 1C | 3E |
| Octal | 272 | 203 | 217 | 0 | 36 | 27 | 33 | 533 | 34 | 76 |
| Binary | 10111010 | 10000011 | 10001111 | 0 | 11110 | 10111 | 11011 | 101011011 | 11100 | 111110 |
Color Harmonies of #BA838F
Complementary color
Monochromatic Colors of #BA838F
Black with #BA838F
Text Example
Text Example
White with #BA838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA838F; }
p { color: rgb(186,131,143); }
H1.HeaderClassName
{
color: #BA838F;
}
.AnyTagClassName
{
color: #BA838F;
}
</style>
background-color css
<style>
a { background-color: #BA838F; }
a { background-color: rgb(186,131,143); }
div.DivClassName
{
background-color: #BA838F;
}
.BgClassName
{
background-color: #BA838F;
}
</style>
border-color css
<style>
span { border-color: #BA838F; }
span { border-color: rgb(186,131,143); }
td.TdClassName
{
border-color: #BA838F;
}
.TagClassName
{
border-color: #BA838F;
}
</style>