Shades of Charm #BF8385
Tints of Charm #BF8385
RGB
CMYK
RGB Variations
Color information
#BF8385 (or 0xBF8385) is known color: Charm. HEX triplet: BF, 83 and 85. RGB value is (191,131,133). Sum of RGB (Red+Green+Blue) = 191+131+133=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8385 is #407C7A. Grayscale: #959595. Windows color (decimal): -4226171 or 8750015. OLE color: 8750015.
HSL color Cylindrical-coordinate representation of color #BF8385: hue angle of 358º 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 #BF8385 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 133 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.25 |
| HSL | 358º | 0.32% | 0.63% | - |
| HSV(B) | 358º | 0.31% | 0.75% | - |
| XYZ | 33.84 | 29 | 26 | - |
| YUV | 149.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 133 | 0 | 0.31 | 0.30 | 0.25 | 358 | 0.32 | 0.63 |
| Hex | BF | 83 | 85 | 0 | 1F | 1E | 19 | 166 | 20 | 3F |
| Octal | 277 | 203 | 205 | 0 | 37 | 36 | 31 | 546 | 40 | 77 |
| Binary | 10111111 | 10000011 | 10000101 | 0 | 11111 | 11110 | 11001 | 101100110 | 100000 | 111111 |
Color Harmonies of #BF8385
Complementary color
Monochromatic Colors of #BF8385
Black with #BF8385
Text Example
Text Example
White with #BF8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8385; }
p { color: rgb(191,131,133); }
H1.HeaderClassName
{
color: #BF8385;
}
.AnyTagClassName
{
color: #BF8385;
}
</style>
background-color css
<style>
a { background-color: #BF8385; }
a { background-color: rgb(191,131,133); }
div.DivClassName
{
background-color: #BF8385;
}
.BgClassName
{
background-color: #BF8385;
}
</style>
border-color css
<style>
span { border-color: #BF8385; }
span { border-color: rgb(191,131,133); }
td.TdClassName
{
border-color: #BF8385;
}
.TagClassName
{
border-color: #BF8385;
}
</style>