Shades of Mulberry #B9448B
Tints of Mulberry #B9448B
RGB
CMYK
RGB Variations
Color information
#B9448B (or 0xB9448B) is known color: Mulberry. HEX triplet: B9, 44 and 8B. RGB value is (185,68,139). Sum of RGB (Red+Green+Blue) = 185+68+139=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9448B is #46BB74. Grayscale: #6E6E6E. Windows color (decimal): -4635509 or 9127097. OLE color: 9127097.
HSL color Cylindrical-coordinate representation of color #B9448B: hue angle of 323.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9448B is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 139 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.27 |
| HSL | 323.59º | 0.46% | 0.5% | - |
| HSV(B) | 323.59º | 0.63% | 0.73% | - |
| XYZ | 26.73 | 16.31 | 26.17 | - |
| YUV | 111.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 139 | 0 | 0.63 | 0.25 | 0.27 | 323.59 | 0.46 | 0.5 |
| Hex | B9 | 44 | 8B | 0 | 3F | 19 | 1B | 144 | 2E | 32 |
| Octal | 271 | 104 | 213 | 0 | 77 | 31 | 33 | 504 | 56 | 62 |
| Binary | 10111001 | 1000100 | 10001011 | 0 | 111111 | 11001 | 11011 | 101000100 | 101110 | 110010 |
Color Harmonies of #B9448B
Complementary color
Monochromatic Colors of #B9448B
Black with #B9448B
Text Example
Text Example
White with #B9448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9448B; }
p { color: rgb(185,68,139); }
H1.HeaderClassName
{
color: #B9448B;
}
.AnyTagClassName
{
color: #B9448B;
}
</style>
background-color css
<style>
a { background-color: #B9448B; }
a { background-color: rgb(185,68,139); }
div.DivClassName
{
background-color: #B9448B;
}
.BgClassName
{
background-color: #B9448B;
}
</style>
border-color css
<style>
span { border-color: #B9448B; }
span { border-color: rgb(185,68,139); }
td.TdClassName
{
border-color: #B9448B;
}
.TagClassName
{
border-color: #B9448B;
}
</style>