Shades of Charm #BF8088
Tints of Charm #BF8088
RGB
CMYK
RGB Variations
Color information
#BF8088 (or 0xBF8088) is known color: Charm. HEX triplet: BF, 80 and 88. RGB value is (191,128,136). Sum of RGB (Red+Green+Blue) = 191+128+136=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8088 is #407F77. Grayscale: #939393. Windows color (decimal): -4226936 or 8945855. OLE color: 8945855.
HSL color Cylindrical-coordinate representation of color #BF8088: hue angle of 352.38º 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 #BF8088 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 136 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.25 |
| HSL | 352.38º | 0.33% | 0.63% | - |
| HSV(B) | 352.38º | 0.33% | 0.75% | - |
| XYZ | 33.65 | 28.29 | 26.98 | - |
| YUV | 147.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 136 | 0 | 0.33 | 0.29 | 0.25 | 352.38 | 0.33 | 0.63 |
| Hex | BF | 80 | 88 | 0 | 21 | 1D | 19 | 160 | 21 | 3F |
| Octal | 277 | 200 | 210 | 0 | 41 | 35 | 31 | 540 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10001000 | 0 | 100001 | 11101 | 11001 | 101100000 | 100001 | 111111 |
Color Harmonies of #BF8088
Complementary color
Monochromatic Colors of #BF8088
Black with #BF8088
Text Example
Text Example
White with #BF8088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8088; }
p { color: rgb(191,128,136); }
H1.HeaderClassName
{
color: #BF8088;
}
.AnyTagClassName
{
color: #BF8088;
}
</style>
background-color css
<style>
a { background-color: #BF8088; }
a { background-color: rgb(191,128,136); }
div.DivClassName
{
background-color: #BF8088;
}
.BgClassName
{
background-color: #BF8088;
}
</style>
border-color css
<style>
span { border-color: #BF8088; }
span { border-color: rgb(191,128,136); }
td.TdClassName
{
border-color: #BF8088;
}
.TagClassName
{
border-color: #BF8088;
}
</style>