Shades of Mulberry #B06192
Tints of Mulberry #B06192
RGB
CMYK
RGB Variations
Color information
#B06192 (or 0xB06192) is known color: Mulberry. HEX triplet: B0, 61 and 92. RGB value is (176,97,146). Sum of RGB (Red+Green+Blue) = 176+97+146=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B06192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06192 is #4F9E6D. Grayscale: #7E7E7E. Windows color (decimal): -5217902 or 9593264. OLE color: 9593264.
HSL color Cylindrical-coordinate representation of color #B06192: hue angle of 322.78º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06192 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 146 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.31 |
| HSL | 322.78º | 0.33% | 0.54% | - |
| HSV(B) | 322.78º | 0.45% | 0.69% | - |
| XYZ | 27.37 | 19.85 | 29.58 | - |
| YUV | 126.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 146 | 0 | 0.45 | 0.17 | 0.31 | 322.78 | 0.33 | 0.54 |
| Hex | B0 | 61 | 92 | 0 | 2D | 11 | 1F | 143 | 21 | 36 |
| Octal | 260 | 141 | 222 | 0 | 55 | 21 | 37 | 503 | 41 | 66 |
| Binary | 10110000 | 1100001 | 10010010 | 0 | 101101 | 10001 | 11111 | 101000011 | 100001 | 110110 |
Color Harmonies of #B06192
Complementary color
Monochromatic Colors of #B06192
Black with #B06192
Text Example
Text Example
White with #B06192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06192; }
p { color: rgb(176,97,146); }
H1.HeaderClassName
{
color: #B06192;
}
.AnyTagClassName
{
color: #B06192;
}
</style>
background-color css
<style>
a { background-color: #B06192; }
a { background-color: rgb(176,97,146); }
div.DivClassName
{
background-color: #B06192;
}
.BgClassName
{
background-color: #B06192;
}
</style>
border-color css
<style>
span { border-color: #B06192; }
span { border-color: rgb(176,97,146); }
td.TdClassName
{
border-color: #B06192;
}
.TagClassName
{
border-color: #B06192;
}
</style>