Shades of Charm #BF8287
Tints of Charm #BF8287
RGB
CMYK
RGB Variations
Color information
#BF8287 (or 0xBF8287) is known color: Charm. HEX triplet: BF, 82 and 87. RGB value is (191,130,135). Sum of RGB (Red+Green+Blue) = 191+130+135=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8287 is #407D78. Grayscale: #949494. Windows color (decimal): -4226425 or 8880831. OLE color: 8880831.
HSL color Cylindrical-coordinate representation of color #BF8287: hue angle of 355.08º 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 #BF8287 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 135 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.25 |
| HSL | 355.08º | 0.32% | 0.63% | - |
| HSV(B) | 355.08º | 0.32% | 0.75% | - |
| XYZ | 33.84 | 28.79 | 26.7 | - |
| YUV | 148.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 135 | 0 | 0.32 | 0.29 | 0.25 | 355.08 | 0.32 | 0.63 |
| Hex | BF | 82 | 87 | 0 | 20 | 1D | 19 | 163 | 20 | 3F |
| Octal | 277 | 202 | 207 | 0 | 40 | 35 | 31 | 543 | 40 | 77 |
| Binary | 10111111 | 10000010 | 10000111 | 0 | 100000 | 11101 | 11001 | 101100011 | 100000 | 111111 |
Color Harmonies of #BF8287
Complementary color
Monochromatic Colors of #BF8287
Black with #BF8287
Text Example
Text Example
White with #BF8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8287; }
p { color: rgb(191,130,135); }
H1.HeaderClassName
{
color: #BF8287;
}
.AnyTagClassName
{
color: #BF8287;
}
</style>
background-color css
<style>
a { background-color: #BF8287; }
a { background-color: rgb(191,130,135); }
div.DivClassName
{
background-color: #BF8287;
}
.BgClassName
{
background-color: #BF8287;
}
</style>
border-color css
<style>
span { border-color: #BF8287; }
span { border-color: rgb(191,130,135); }
td.TdClassName
{
border-color: #BF8287;
}
.TagClassName
{
border-color: #BF8287;
}
</style>