Shades of Mulberry #B6548A
Tints of Mulberry #B6548A
RGB
CMYK
RGB Variations
Color information
#B6548A (or 0xB6548A) is known color: Mulberry. HEX triplet: B6, 54 and 8A. RGB value is (182,84,138). Sum of RGB (Red+Green+Blue) = 182+84+138=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6548A is #49AB75. Grayscale: #777777. Windows color (decimal): -4828022 or 9065654. OLE color: 9065654.
HSL color Cylindrical-coordinate representation of color #B6548A: hue angle of 326.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6548A is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 138 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.29 |
| HSL | 326.94º | 0.4% | 0.52% | - |
| HSV(B) | 326.94º | 0.54% | 0.71% | - |
| XYZ | 27.05 | 18.12 | 26.12 | - |
| YUV | 119.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 138 | 0 | 0.54 | 0.24 | 0.29 | 326.94 | 0.4 | 0.52 |
| Hex | B6 | 54 | 8A | 0 | 36 | 18 | 1D | 147 | 28 | 34 |
| Octal | 266 | 124 | 212 | 0 | 66 | 30 | 35 | 507 | 50 | 64 |
| Binary | 10110110 | 1010100 | 10001010 | 0 | 110110 | 11000 | 11101 | 101000111 | 101000 | 110100 |
Color Harmonies of #B6548A
Complementary color
Monochromatic Colors of #B6548A
Black with #B6548A
Text Example
Text Example
White with #B6548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6548A; }
p { color: rgb(182,84,138); }
H1.HeaderClassName
{
color: #B6548A;
}
.AnyTagClassName
{
color: #B6548A;
}
</style>
background-color css
<style>
a { background-color: #B6548A; }
a { background-color: rgb(182,84,138); }
div.DivClassName
{
background-color: #B6548A;
}
.BgClassName
{
background-color: #B6548A;
}
</style>
border-color css
<style>
span { border-color: #B6548A; }
span { border-color: rgb(182,84,138); }
td.TdClassName
{
border-color: #B6548A;
}
.TagClassName
{
border-color: #B6548A;
}
</style>