Shades of Mulberry #B9538A
Tints of Mulberry #B9538A
RGB
CMYK
RGB Variations
Color information
#B9538A (or 0xB9538A) is known color: Mulberry. HEX triplet: B9, 53 and 8A. RGB value is (185,83,138). Sum of RGB (Red+Green+Blue) = 185+83+138=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9538A is #46AC75. Grayscale: #777777. Windows color (decimal): -4631670 or 9065401. OLE color: 9065401.
HSL color Cylindrical-coordinate representation of color #B9538A: hue angle of 327.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9538A is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 138 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.27 |
| HSL | 327.65º | 0.42% | 0.53% | - |
| HSV(B) | 327.65º | 0.55% | 0.73% | - |
| XYZ | 27.69 | 18.34 | 26.12 | - |
| YUV | 119.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 138 | 0 | 0.55 | 0.25 | 0.27 | 327.65 | 0.42 | 0.53 |
| Hex | B9 | 53 | 8A | 0 | 37 | 19 | 1B | 148 | 2A | 35 |
| Octal | 271 | 123 | 212 | 0 | 67 | 31 | 33 | 510 | 52 | 65 |
| Binary | 10111001 | 1010011 | 10001010 | 0 | 110111 | 11001 | 11011 | 101001000 | 101010 | 110101 |
Color Harmonies of #B9538A
Complementary color
Monochromatic Colors of #B9538A
Black with #B9538A
Text Example
Text Example
White with #B9538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9538A; }
p { color: rgb(185,83,138); }
H1.HeaderClassName
{
color: #B9538A;
}
.AnyTagClassName
{
color: #B9538A;
}
</style>
background-color css
<style>
a { background-color: #B9538A; }
a { background-color: rgb(185,83,138); }
div.DivClassName
{
background-color: #B9538A;
}
.BgClassName
{
background-color: #B9538A;
}
</style>
border-color css
<style>
span { border-color: #B9538A; }
span { border-color: rgb(185,83,138); }
td.TdClassName
{
border-color: #B9538A;
}
.TagClassName
{
border-color: #B9538A;
}
</style>