Shades of Mulberry #B05595
Tints of Mulberry #B05595
RGB
CMYK
RGB Variations
Color information
#B05595 (or 0xB05595) is known color: Mulberry. HEX triplet: B0, 55 and 95. RGB value is (176,85,149). Sum of RGB (Red+Green+Blue) = 176+85+149=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B05595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05595 is #4FAA6A. Grayscale: #777777. Windows color (decimal): -5220971 or 9786800. OLE color: 9786800.
HSL color Cylindrical-coordinate representation of color #B05595: hue angle of 317.8º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05595 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 149 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.31 |
| HSL | 317.8º | 0.37% | 0.51% | - |
| HSV(B) | 317.8º | 0.52% | 0.69% | - |
| XYZ | 26.58 | 17.9 | 30.49 | - |
| YUV | 119.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 149 | 0 | 0.52 | 0.15 | 0.31 | 317.8 | 0.37 | 0.51 |
| Hex | B0 | 55 | 95 | 0 | 34 | F | 1F | 13E | 25 | 33 |
| Octal | 260 | 125 | 225 | 0 | 64 | 17 | 37 | 476 | 45 | 63 |
| Binary | 10110000 | 1010101 | 10010101 | 0 | 110100 | 1111 | 11111 | 100111110 | 100101 | 110011 |
Color Harmonies of #B05595
Complementary color
Monochromatic Colors of #B05595
Black with #B05595
Text Example
Text Example
White with #B05595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05595; }
p { color: rgb(176,85,149); }
H1.HeaderClassName
{
color: #B05595;
}
.AnyTagClassName
{
color: #B05595;
}
</style>
background-color css
<style>
a { background-color: #B05595; }
a { background-color: rgb(176,85,149); }
div.DivClassName
{
background-color: #B05595;
}
.BgClassName
{
background-color: #B05595;
}
</style>
border-color css
<style>
span { border-color: #B05595; }
span { border-color: rgb(176,85,149); }
td.TdClassName
{
border-color: #B05595;
}
.TagClassName
{
border-color: #B05595;
}
</style>