Shades of Mulberry #B7538A
Tints of Mulberry #B7538A
RGB
CMYK
RGB Variations
Color information
#B7538A (or 0xB7538A) is known color: Mulberry. HEX triplet: B7, 53 and 8A. RGB value is (183,83,138). Sum of RGB (Red+Green+Blue) = 183+83+138=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7538A is #48AC75. Grayscale: #777777. Windows color (decimal): -4762742 or 9065399. OLE color: 9065399.
HSL color Cylindrical-coordinate representation of color #B7538A: hue angle of 327º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7538A is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 138 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.28 |
| HSL | 327º | 0.41% | 0.52% | - |
| HSV(B) | 327º | 0.55% | 0.72% | - |
| XYZ | 27.21 | 18.09 | 26.1 | - |
| YUV | 119.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 138 | 0 | 0.55 | 0.25 | 0.28 | 327 | 0.41 | 0.52 |
| Hex | B7 | 53 | 8A | 0 | 37 | 19 | 1C | 147 | 29 | 34 |
| Octal | 267 | 123 | 212 | 0 | 67 | 31 | 34 | 507 | 51 | 64 |
| Binary | 10110111 | 1010011 | 10001010 | 0 | 110111 | 11001 | 11100 | 101000111 | 101001 | 110100 |
Color Harmonies of #B7538A
Complementary color
Monochromatic Colors of #B7538A
Black with #B7538A
Text Example
Text Example
White with #B7538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7538A; }
p { color: rgb(183,83,138); }
H1.HeaderClassName
{
color: #B7538A;
}
.AnyTagClassName
{
color: #B7538A;
}
</style>
background-color css
<style>
a { background-color: #B7538A; }
a { background-color: rgb(183,83,138); }
div.DivClassName
{
background-color: #B7538A;
}
.BgClassName
{
background-color: #B7538A;
}
</style>
border-color css
<style>
span { border-color: #B7538A; }
span { border-color: rgb(183,83,138); }
td.TdClassName
{
border-color: #B7538A;
}
.TagClassName
{
border-color: #B7538A;
}
</style>