Shades of Mulberry #B95192
Tints of Mulberry #B95192
RGB
CMYK
RGB Variations
Color information
#B95192 (or 0xB95192) is known color: Mulberry. HEX triplet: B9, 51 and 92. RGB value is (185,81,146). Sum of RGB (Red+Green+Blue) = 185+81+146=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B95192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95192 is #46AE6D. Grayscale: #777777. Windows color (decimal): -4632174 or 9589177. OLE color: 9589177.
HSL color Cylindrical-coordinate representation of color #B95192: hue angle of 322.5º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95192 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 146 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.27 |
| HSL | 322.5º | 0.43% | 0.52% | - |
| HSV(B) | 322.5º | 0.56% | 0.73% | - |
| XYZ | 28.14 | 18.27 | 29.24 | - |
| YUV | 119.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 146 | 0 | 0.56 | 0.21 | 0.27 | 322.5 | 0.43 | 0.52 |
| Hex | B9 | 51 | 92 | 0 | 38 | 15 | 1B | 142 | 2B | 34 |
| Octal | 271 | 121 | 222 | 0 | 70 | 25 | 33 | 502 | 53 | 64 |
| Binary | 10111001 | 1010001 | 10010010 | 0 | 111000 | 10101 | 11011 | 101000010 | 101011 | 110100 |
Color Harmonies of #B95192
Complementary color
Monochromatic Colors of #B95192
Black with #B95192
Text Example
Text Example
White with #B95192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95192; }
p { color: rgb(185,81,146); }
H1.HeaderClassName
{
color: #B95192;
}
.AnyTagClassName
{
color: #B95192;
}
</style>
background-color css
<style>
a { background-color: #B95192; }
a { background-color: rgb(185,81,146); }
div.DivClassName
{
background-color: #B95192;
}
.BgClassName
{
background-color: #B95192;
}
</style>
border-color css
<style>
span { border-color: #B95192; }
span { border-color: rgb(185,81,146); }
td.TdClassName
{
border-color: #B95192;
}
.TagClassName
{
border-color: #B95192;
}
</style>