Shades of Charm #BF8086
Tints of Charm #BF8086
RGB
CMYK
RGB Variations
Color information
#BF8086 (or 0xBF8086) is known color: Charm. HEX triplet: BF, 80 and 86. RGB value is (191,128,134). Sum of RGB (Red+Green+Blue) = 191+128+134=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8086 is #407F79. Grayscale: #939393. Windows color (decimal): -4226938 or 8814783. OLE color: 8814783.
HSL color Cylindrical-coordinate representation of color #BF8086: hue angle of 354.29º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF8086 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 134 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.25 |
| HSL | 354.29º | 0.33% | 0.63% | - |
| HSV(B) | 354.29º | 0.33% | 0.75% | - |
| XYZ | 33.51 | 28.24 | 26.24 | - |
| YUV | 147.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 134 | 0 | 0.33 | 0.30 | 0.25 | 354.29 | 0.33 | 0.63 |
| Hex | BF | 80 | 86 | 0 | 21 | 1E | 19 | 162 | 21 | 3F |
| Octal | 277 | 200 | 206 | 0 | 41 | 36 | 31 | 542 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10000110 | 0 | 100001 | 11110 | 11001 | 101100010 | 100001 | 111111 |
Color Harmonies of #BF8086
Complementary color
Monochromatic Colors of #BF8086
Black with #BF8086
Text Example
Text Example
White with #BF8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8086; }
p { color: rgb(191,128,134); }
H1.HeaderClassName
{
color: #BF8086;
}
.AnyTagClassName
{
color: #BF8086;
}
</style>
background-color css
<style>
a { background-color: #BF8086; }
a { background-color: rgb(191,128,134); }
div.DivClassName
{
background-color: #BF8086;
}
.BgClassName
{
background-color: #BF8086;
}
</style>
border-color css
<style>
span { border-color: #BF8086; }
span { border-color: rgb(191,128,134); }
td.TdClassName
{
border-color: #BF8086;
}
.TagClassName
{
border-color: #BF8086;
}
</style>