Shades of Charm #BF8485
Tints of Charm #BF8485
RGB
CMYK
RGB Variations
Color information
#BF8485 (or 0xBF8485) is known color: Charm. HEX triplet: BF, 84 and 85. RGB value is (191,132,133). Sum of RGB (Red+Green+Blue) = 191+132+133=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8485 is #407B7A. Grayscale: #959595. Windows color (decimal): -4225915 or 8750271. OLE color: 8750271.
HSL color Cylindrical-coordinate representation of color #BF8485: hue angle of 358.98º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8485 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 133 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.25 |
| HSL | 358.98º | 0.32% | 0.63% | - |
| HSV(B) | 358.98º | 0.31% | 0.75% | - |
| XYZ | 33.97 | 29.27 | 26.05 | - |
| YUV | 149.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 133 | 0 | 0.31 | 0.30 | 0.25 | 358.98 | 0.32 | 0.63 |
| Hex | BF | 84 | 85 | 0 | 1F | 1E | 19 | 167 | 20 | 3F |
| Octal | 277 | 204 | 205 | 0 | 37 | 36 | 31 | 547 | 40 | 77 |
| Binary | 10111111 | 10000100 | 10000101 | 0 | 11111 | 11110 | 11001 | 101100111 | 100000 | 111111 |
Color Harmonies of #BF8485
Complementary color
Monochromatic Colors of #BF8485
Black with #BF8485
Text Example
Text Example
White with #BF8485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8485; }
p { color: rgb(191,132,133); }
H1.HeaderClassName
{
color: #BF8485;
}
.AnyTagClassName
{
color: #BF8485;
}
</style>
background-color css
<style>
a { background-color: #BF8485; }
a { background-color: rgb(191,132,133); }
div.DivClassName
{
background-color: #BF8485;
}
.BgClassName
{
background-color: #BF8485;
}
</style>
border-color css
<style>
span { border-color: #BF8485; }
span { border-color: rgb(191,132,133); }
td.TdClassName
{
border-color: #BF8485;
}
.TagClassName
{
border-color: #BF8485;
}
</style>