Shades of Puce #BF818B
Tints of Puce #BF818B
RGB
CMYK
RGB Variations
Color information
#BF818B (or 0xBF818B) is known color: Puce. HEX triplet: BF, 81 and 8B. RGB value is (191,129,139). Sum of RGB (Red+Green+Blue) = 191+129+139=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF818B is #407E74. Grayscale: #949494. Windows color (decimal): -4226677 or 9142719. OLE color: 9142719.
HSL color Cylindrical-coordinate representation of color #BF818B: hue angle of 350.32º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF818B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 139 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.25 |
| HSL | 350.32º | 0.33% | 0.63% | - |
| HSV(B) | 350.32º | 0.32% | 0.75% | - |
| XYZ | 34 | 28.64 | 28.16 | - |
| YUV | 148.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 139 | 0 | 0.32 | 0.27 | 0.25 | 350.32 | 0.33 | 0.63 |
| Hex | BF | 81 | 8B | 0 | 20 | 1B | 19 | 15E | 21 | 3F |
| Octal | 277 | 201 | 213 | 0 | 40 | 33 | 31 | 536 | 41 | 77 |
| Binary | 10111111 | 10000001 | 10001011 | 0 | 100000 | 11011 | 11001 | 101011110 | 100001 | 111111 |
Color Harmonies of #BF818B
Complementary color
Monochromatic Colors of #BF818B
Black with #BF818B
Text Example
Text Example
White with #BF818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF818B; }
p { color: rgb(191,129,139); }
H1.HeaderClassName
{
color: #BF818B;
}
.AnyTagClassName
{
color: #BF818B;
}
</style>
background-color css
<style>
a { background-color: #BF818B; }
a { background-color: rgb(191,129,139); }
div.DivClassName
{
background-color: #BF818B;
}
.BgClassName
{
background-color: #BF818B;
}
</style>
border-color css
<style>
span { border-color: #BF818B; }
span { border-color: rgb(191,129,139); }
td.TdClassName
{
border-color: #BF818B;
}
.TagClassName
{
border-color: #BF818B;
}
</style>