Shades of Rosy Brown #BF9793
Tints of Rosy Brown #BF9793
RGB
CMYK
RGB Variations
Color information
#BF9793 (or 0xBF9793) is known color: Rosy Brown. HEX triplet: BF, 97 and 93. RGB value is (191,151,147). Sum of RGB (Red+Green+Blue) = 191+151+147=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9793 is #40686C. Grayscale: #A2A2A2. Windows color (decimal): -4221037 or 9672639. OLE color: 9672639.
HSL color Cylindrical-coordinate representation of color #BF9793: hue angle of 5.45º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9793 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 147 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.25 |
| HSL | 5.45º | 0.26% | 0.66% | - |
| HSV(B) | 5.45º | 0.23% | 0.75% | - |
| XYZ | 37.82 | 35.32 | 32.43 | - |
| YUV | 162.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 147 | 0 | 0.21 | 0.23 | 0.25 | 5.45 | 0.26 | 0.66 |
| Hex | BF | 97 | 93 | 0 | 15 | 17 | 19 | 5 | 1A | 42 |
| Octal | 277 | 227 | 223 | 0 | 25 | 27 | 31 | 5 | 32 | 102 |
| Binary | 10111111 | 10010111 | 10010011 | 0 | 10101 | 10111 | 11001 | 101 | 11010 | 1000010 |
Color Harmonies of #BF9793
Complementary color
Monochromatic Colors of #BF9793
Black with #BF9793
Text Example
Text Example
White with #BF9793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9793; }
p { color: rgb(191,151,147); }
H1.HeaderClassName
{
color: #BF9793;
}
.AnyTagClassName
{
color: #BF9793;
}
</style>
background-color css
<style>
a { background-color: #BF9793; }
a { background-color: rgb(191,151,147); }
div.DivClassName
{
background-color: #BF9793;
}
.BgClassName
{
background-color: #BF9793;
}
</style>
border-color css
<style>
span { border-color: #BF9793; }
span { border-color: rgb(191,151,147); }
td.TdClassName
{
border-color: #BF9793;
}
.TagClassName
{
border-color: #BF9793;
}
</style>