Shades of Mulberry #B06093
Tints of Mulberry #B06093
RGB
CMYK
RGB Variations
Color information
#B06093 (or 0xB06093) is known color: Mulberry. HEX triplet: B0, 60 and 93. RGB value is (176,96,147). Sum of RGB (Red+Green+Blue) = 176+96+147=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B06093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06093 is #4F9F6C. Grayscale: #7D7D7D. Windows color (decimal): -5218157 or 9658544. OLE color: 9658544.
HSL color Cylindrical-coordinate representation of color #B06093: hue angle of 321.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06093 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 147 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.31 |
| HSL | 321.75º | 0.34% | 0.53% | - |
| HSV(B) | 321.75º | 0.45% | 0.69% | - |
| XYZ | 27.35 | 19.7 | 29.97 | - |
| YUV | 125.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 147 | 0 | 0.45 | 0.16 | 0.31 | 321.75 | 0.34 | 0.53 |
| Hex | B0 | 60 | 93 | 0 | 2D | 10 | 1F | 142 | 22 | 35 |
| Octal | 260 | 140 | 223 | 0 | 55 | 20 | 37 | 502 | 42 | 65 |
| Binary | 10110000 | 1100000 | 10010011 | 0 | 101101 | 10000 | 11111 | 101000010 | 100010 | 110101 |
Color Harmonies of #B06093
Complementary color
Monochromatic Colors of #B06093
Black with #B06093
Text Example
Text Example
White with #B06093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06093; }
p { color: rgb(176,96,147); }
H1.HeaderClassName
{
color: #B06093;
}
.AnyTagClassName
{
color: #B06093;
}
</style>
background-color css
<style>
a { background-color: #B06093; }
a { background-color: rgb(176,96,147); }
div.DivClassName
{
background-color: #B06093;
}
.BgClassName
{
background-color: #B06093;
}
</style>
border-color css
<style>
span { border-color: #B06093; }
span { border-color: rgb(176,96,147); }
td.TdClassName
{
border-color: #B06093;
}
.TagClassName
{
border-color: #B06093;
}
</style>