Shades of Rosy Brown #BF8F8D
Tints of Rosy Brown #BF8F8D
RGB
CMYK
RGB Variations
Color information
#BF8F8D (or 0xBF8F8D) is known color: Rosy Brown. HEX triplet: BF, 8F and 8D. RGB value is (191,143,141). Sum of RGB (Red+Green+Blue) = 191+143+141=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F8D is #407072. Grayscale: #9D9D9D. Windows color (decimal): -4223091 or 9277375. OLE color: 9277375.
HSL color Cylindrical-coordinate representation of color #BF8F8D: hue angle of 2.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF8F8D is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 141 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.25 |
| HSL | 2.4º | 0.28% | 0.65% | - |
| HSV(B) | 2.4º | 0.26% | 0.75% | - |
| XYZ | 36.12 | 32.64 | 29.6 | - |
| YUV | 157.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 141 | 0 | 0.25 | 0.26 | 0.25 | 2.4 | 0.28 | 0.65 |
| Hex | BF | 8F | 8D | 0 | 19 | 1A | 19 | 2 | 1C | 41 |
| Octal | 277 | 217 | 215 | 0 | 31 | 32 | 31 | 2 | 34 | 101 |
| Binary | 10111111 | 10001111 | 10001101 | 0 | 11001 | 11010 | 11001 | 10 | 11100 | 1000001 |
Color Harmonies of #BF8F8D
Complementary color
Monochromatic Colors of #BF8F8D
Black with #BF8F8D
Text Example
Text Example
White with #BF8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F8D; }
p { color: rgb(191,143,141); }
H1.HeaderClassName
{
color: #BF8F8D;
}
.AnyTagClassName
{
color: #BF8F8D;
}
</style>
background-color css
<style>
a { background-color: #BF8F8D; }
a { background-color: rgb(191,143,141); }
div.DivClassName
{
background-color: #BF8F8D;
}
.BgClassName
{
background-color: #BF8F8D;
}
</style>
border-color css
<style>
span { border-color: #BF8F8D; }
span { border-color: rgb(191,143,141); }
td.TdClassName
{
border-color: #BF8F8D;
}
.TagClassName
{
border-color: #BF8F8D;
}
</style>