Shades of Mulberry #B05B8C
Tints of Mulberry #B05B8C
RGB
CMYK
RGB Variations
Color information
#B05B8C (or 0xB05B8C) is known color: Mulberry. HEX triplet: B0, 5B and 8C. RGB value is (176,91,140). Sum of RGB (Red+Green+Blue) = 176+91+140=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05B8C is #4FA473. Grayscale: #797979. Windows color (decimal): -5219444 or 9198512. OLE color: 9198512.
HSL color Cylindrical-coordinate representation of color #B05B8C: hue angle of 325.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05B8C is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 91 | 140 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.31 |
| HSL | 325.41º | 0.35% | 0.52% | - |
| HSV(B) | 325.41º | 0.48% | 0.69% | - |
| XYZ | 26.38 | 18.61 | 27.01 | - |
| YUV | 122 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 140 | 0 | 0.48 | 0.20 | 0.31 | 325.41 | 0.35 | 0.52 |
| Hex | B0 | 5B | 8C | 0 | 30 | 14 | 1F | 145 | 23 | 34 |
| Octal | 260 | 133 | 214 | 0 | 60 | 24 | 37 | 505 | 43 | 64 |
| Binary | 10110000 | 1011011 | 10001100 | 0 | 110000 | 10100 | 11111 | 101000101 | 100011 | 110100 |
Color Harmonies of #B05B8C
Complementary color
Monochromatic Colors of #B05B8C
Black with #B05B8C
Text Example
Text Example
White with #B05B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05B8C; }
p { color: rgb(176,91,140); }
H1.HeaderClassName
{
color: #B05B8C;
}
.AnyTagClassName
{
color: #B05B8C;
}
</style>
background-color css
<style>
a { background-color: #B05B8C; }
a { background-color: rgb(176,91,140); }
div.DivClassName
{
background-color: #B05B8C;
}
.BgClassName
{
background-color: #B05B8C;
}
</style>
border-color css
<style>
span { border-color: #B05B8C; }
span { border-color: rgb(176,91,140); }
td.TdClassName
{
border-color: #B05B8C;
}
.TagClassName
{
border-color: #B05B8C;
}
</style>