Shades of Puce #BF828B
Tints of Puce #BF828B
RGB
CMYK
RGB Variations
Color information
#BF828B (or 0xBF828B) is known color: Puce. HEX triplet: BF, 82 and 8B. RGB value is (191,130,139). Sum of RGB (Red+Green+Blue) = 191+130+139=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF828B is #407D74. Grayscale: #959595. Windows color (decimal): -4226421 or 9142975. OLE color: 9142975.
HSL color Cylindrical-coordinate representation of color #BF828B: hue angle of 351.15º degrees, saturation: 0.32, 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 #BF828B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 139 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.25 |
| HSL | 351.15º | 0.32% | 0.63% | - |
| HSV(B) | 351.15º | 0.32% | 0.75% | - |
| XYZ | 34.13 | 28.91 | 28.21 | - |
| YUV | 149.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 139 | 0 | 0.32 | 0.27 | 0.25 | 351.15 | 0.32 | 0.63 |
| Hex | BF | 82 | 8B | 0 | 20 | 1B | 19 | 15F | 20 | 3F |
| Octal | 277 | 202 | 213 | 0 | 40 | 33 | 31 | 537 | 40 | 77 |
| Binary | 10111111 | 10000010 | 10001011 | 0 | 100000 | 11011 | 11001 | 101011111 | 100000 | 111111 |
Color Harmonies of #BF828B
Complementary color
Monochromatic Colors of #BF828B
Black with #BF828B
Text Example
Text Example
White with #BF828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF828B; }
p { color: rgb(191,130,139); }
H1.HeaderClassName
{
color: #BF828B;
}
.AnyTagClassName
{
color: #BF828B;
}
</style>
background-color css
<style>
a { background-color: #BF828B; }
a { background-color: rgb(191,130,139); }
div.DivClassName
{
background-color: #BF828B;
}
.BgClassName
{
background-color: #BF828B;
}
</style>
border-color css
<style>
span { border-color: #BF828B; }
span { border-color: rgb(191,130,139); }
td.TdClassName
{
border-color: #BF828B;
}
.TagClassName
{
border-color: #BF828B;
}
</style>