Shades of Rosy Brown #BF8E8E
Tints of Rosy Brown #BF8E8E
RGB
CMYK
RGB Variations
Color information
#BF8E8E (or 0xBF8E8E) is known color: Rosy Brown. HEX triplet: BF, 8E and 8E. RGB value is (191,142,142). Sum of RGB (Red+Green+Blue) = 191+142+142=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E8E is #407171. Grayscale: #9C9C9C. Windows color (decimal): -4223346 or 9342655. OLE color: 9342655.
HSL color Cylindrical-coordinate representation of color #BF8E8E: hue angle of 0º 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 #BF8E8E is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 142 | 142 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.25 |
| HSL | 0º | 0.28% | 0.65% | - |
| HSV(B) | 0º | 0.26% | 0.75% | - |
| XYZ | 36.04 | 32.38 | 29.94 | - |
| YUV | 156.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 142 | 142 | 0 | 0.26 | 0.26 | 0.25 | 0 | 0.28 | 0.65 |
| Hex | BF | 8E | 8E | 0 | 1A | 1A | 19 | 0 | 1C | 41 |
| Octal | 277 | 216 | 216 | 0 | 32 | 32 | 31 | 0 | 34 | 101 |
| Binary | 10111111 | 10001110 | 10001110 | 0 | 11010 | 11010 | 11001 | 0 | 11100 | 1000001 |
Color Harmonies of #BF8E8E
Complementary color
Monochromatic Colors of #BF8E8E
Black with #BF8E8E
Text Example
Text Example
White with #BF8E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8E8E; }
p { color: rgb(191,142,142); }
H1.HeaderClassName
{
color: #BF8E8E;
}
.AnyTagClassName
{
color: #BF8E8E;
}
</style>
background-color css
<style>
a { background-color: #BF8E8E; }
a { background-color: rgb(191,142,142); }
div.DivClassName
{
background-color: #BF8E8E;
}
.BgClassName
{
background-color: #BF8E8E;
}
</style>
border-color css
<style>
span { border-color: #BF8E8E; }
span { border-color: rgb(191,142,142); }
td.TdClassName
{
border-color: #BF8E8E;
}
.TagClassName
{
border-color: #BF8E8E;
}
</style>