Shades of Mulberry #B95A98
Tints of Mulberry #B95A98
RGB
CMYK
RGB Variations
Color information
#B95A98 (or 0xB95A98) is known color: Mulberry. HEX triplet: B9, 5A and 98. RGB value is (185,90,152). Sum of RGB (Red+Green+Blue) = 185+90+152=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A98 is #46A567. Grayscale: #7D7D7D. Windows color (decimal): -4629864 or 9984697. OLE color: 9984697.
HSL color Cylindrical-coordinate representation of color #B95A98: hue angle of 320.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95A98 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 90 | 152 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.27 |
| HSL | 320.84º | 0.4% | 0.54% | - |
| HSV(B) | 320.84º | 0.51% | 0.73% | - |
| XYZ | 29.33 | 19.89 | 32 | - |
| YUV | 125.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 152 | 0 | 0.51 | 0.18 | 0.27 | 320.84 | 0.4 | 0.54 |
| Hex | B9 | 5A | 98 | 0 | 33 | 12 | 1B | 141 | 28 | 36 |
| Octal | 271 | 132 | 230 | 0 | 63 | 22 | 33 | 501 | 50 | 66 |
| Binary | 10111001 | 1011010 | 10011000 | 0 | 110011 | 10010 | 11011 | 101000001 | 101000 | 110110 |
Color Harmonies of #B95A98
Complementary color
Monochromatic Colors of #B95A98
Black with #B95A98
Text Example
Text Example
White with #B95A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95A98; }
p { color: rgb(185,90,152); }
H1.HeaderClassName
{
color: #B95A98;
}
.AnyTagClassName
{
color: #B95A98;
}
</style>
background-color css
<style>
a { background-color: #B95A98; }
a { background-color: rgb(185,90,152); }
div.DivClassName
{
background-color: #B95A98;
}
.BgClassName
{
background-color: #B95A98;
}
</style>
border-color css
<style>
span { border-color: #B95A98; }
span { border-color: rgb(185,90,152); }
td.TdClassName
{
border-color: #B95A98;
}
.TagClassName
{
border-color: #B95A98;
}
</style>