Shades of Rosy Brown #BF9392
Tints of Rosy Brown #BF9392
RGB
CMYK
RGB Variations
Color information
#BF9392 (or 0xBF9392) is known color: Rosy Brown. HEX triplet: BF, 93 and 92. RGB value is (191,147,146). Sum of RGB (Red+Green+Blue) = 191+147+146=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9392 is #406C6D. Grayscale: #A0A0A0. Windows color (decimal): -4222062 or 9606079. OLE color: 9606079.
HSL color Cylindrical-coordinate representation of color #BF9392: hue angle of 1.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF9392 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 146 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.25 |
| HSL | 1.33º | 0.26% | 0.66% | - |
| HSV(B) | 1.33º | 0.24% | 0.75% | - |
| XYZ | 37.11 | 34.02 | 31.8 | - |
| YUV | 160.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 146 | 0 | 0.23 | 0.24 | 0.25 | 1.33 | 0.26 | 0.66 |
| Hex | BF | 93 | 92 | 0 | 17 | 18 | 19 | 1 | 1A | 42 |
| Octal | 277 | 223 | 222 | 0 | 27 | 30 | 31 | 1 | 32 | 102 |
| Binary | 10111111 | 10010011 | 10010010 | 0 | 10111 | 11000 | 11001 | 1 | 11010 | 1000010 |
Color Harmonies of #BF9392
Complementary color
Monochromatic Colors of #BF9392
Black with #BF9392
Text Example
Text Example
White with #BF9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9392; }
p { color: rgb(191,147,146); }
H1.HeaderClassName
{
color: #BF9392;
}
.AnyTagClassName
{
color: #BF9392;
}
</style>
background-color css
<style>
a { background-color: #BF9392; }
a { background-color: rgb(191,147,146); }
div.DivClassName
{
background-color: #BF9392;
}
.BgClassName
{
background-color: #BF9392;
}
</style>
border-color css
<style>
span { border-color: #BF9392; }
span { border-color: rgb(191,147,146); }
td.TdClassName
{
border-color: #BF9392;
}
.TagClassName
{
border-color: #BF9392;
}
</style>