Shades of Charm #BF8085
Tints of Charm #BF8085
RGB
CMYK
RGB Variations
Color information
#BF8085 (or 0xBF8085) is known color: Charm. HEX triplet: BF, 80 and 85. RGB value is (191,128,133). Sum of RGB (Red+Green+Blue) = 191+128+133=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8085 is #407F7A. Grayscale: #939393. Windows color (decimal): -4226939 or 8749247. OLE color: 8749247.
HSL color Cylindrical-coordinate representation of color #BF8085: hue angle of 355.24º 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 #BF8085 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 133 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.25 |
| HSL | 355.24º | 0.33% | 0.63% | - |
| HSV(B) | 355.24º | 0.33% | 0.75% | - |
| XYZ | 33.44 | 28.21 | 25.87 | - |
| YUV | 147.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 133 | 0 | 0.33 | 0.30 | 0.25 | 355.24 | 0.33 | 0.63 |
| Hex | BF | 80 | 85 | 0 | 21 | 1E | 19 | 163 | 21 | 3F |
| Octal | 277 | 200 | 205 | 0 | 41 | 36 | 31 | 543 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10000101 | 0 | 100001 | 11110 | 11001 | 101100011 | 100001 | 111111 |
Color Harmonies of #BF8085
Complementary color
Monochromatic Colors of #BF8085
Black with #BF8085
Text Example
Text Example
White with #BF8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8085; }
p { color: rgb(191,128,133); }
H1.HeaderClassName
{
color: #BF8085;
}
.AnyTagClassName
{
color: #BF8085;
}
</style>
background-color css
<style>
a { background-color: #BF8085; }
a { background-color: rgb(191,128,133); }
div.DivClassName
{
background-color: #BF8085;
}
.BgClassName
{
background-color: #BF8085;
}
</style>
border-color css
<style>
span { border-color: #BF8085; }
span { border-color: rgb(191,128,133); }
td.TdClassName
{
border-color: #BF8085;
}
.TagClassName
{
border-color: #BF8085;
}
</style>