Shades of Mulberry #BF4992
Tints of Mulberry #BF4992
RGB
CMYK
RGB Variations
Color information
#BF4992 (or 0xBF4992) is known color: Mulberry. HEX triplet: BF, 49 and 92. RGB value is (191,73,146). Sum of RGB (Red+Green+Blue) = 191+73+146=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4992 is #40B66D. Grayscale: #747474. Windows color (decimal): -4241006 or 9587135. OLE color: 9587135.
HSL color Cylindrical-coordinate representation of color #BF4992: hue angle of 322.88º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4992 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 146 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.25 |
| HSL | 322.88º | 0.48% | 0.52% | - |
| HSV(B) | 322.88º | 0.62% | 0.75% | - |
| XYZ | 29.06 | 17.92 | 29.12 | - |
| YUV | 116.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 146 | 0 | 0.62 | 0.24 | 0.25 | 322.88 | 0.48 | 0.52 |
| Hex | BF | 49 | 92 | 0 | 3E | 18 | 19 | 143 | 30 | 34 |
| Octal | 277 | 111 | 222 | 0 | 76 | 30 | 31 | 503 | 60 | 64 |
| Binary | 10111111 | 1001001 | 10010010 | 0 | 111110 | 11000 | 11001 | 101000011 | 110000 | 110100 |
Color Harmonies of #BF4992
Complementary color
Monochromatic Colors of #BF4992
Black with #BF4992
Text Example
Text Example
White with #BF4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4992; }
p { color: rgb(191,73,146); }
H1.HeaderClassName
{
color: #BF4992;
}
.AnyTagClassName
{
color: #BF4992;
}
</style>
background-color css
<style>
a { background-color: #BF4992; }
a { background-color: rgb(191,73,146); }
div.DivClassName
{
background-color: #BF4992;
}
.BgClassName
{
background-color: #BF4992;
}
</style>
border-color css
<style>
span { border-color: #BF4992; }
span { border-color: rgb(191,73,146); }
td.TdClassName
{
border-color: #BF4992;
}
.TagClassName
{
border-color: #BF4992;
}
</style>