Shades of Mulberry #B15B8A
Tints of Mulberry #B15B8A
RGB
CMYK
RGB Variations
Color information
#B15B8A (or 0xB15B8A) is known color: Mulberry. HEX triplet: B1, 5B and 8A. RGB value is (177,91,138). Sum of RGB (Red+Green+Blue) = 177+91+138=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B8A is #4EA475. Grayscale: #797979. Windows color (decimal): -5153910 or 9067441. OLE color: 9067441.
HSL color Cylindrical-coordinate representation of color #B15B8A: hue angle of 327.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15B8A is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 138 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.31 |
| HSL | 327.21º | 0.36% | 0.53% | - |
| HSV(B) | 327.21º | 0.49% | 0.69% | - |
| XYZ | 26.46 | 18.66 | 26.25 | - |
| YUV | 122.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 138 | 0 | 0.49 | 0.22 | 0.31 | 327.21 | 0.36 | 0.53 |
| Hex | B1 | 5B | 8A | 0 | 31 | 16 | 1F | 147 | 24 | 35 |
| Octal | 261 | 133 | 212 | 0 | 61 | 26 | 37 | 507 | 44 | 65 |
| Binary | 10110001 | 1011011 | 10001010 | 0 | 110001 | 10110 | 11111 | 101000111 | 100100 | 110101 |
Color Harmonies of #B15B8A
Complementary color
Monochromatic Colors of #B15B8A
Black with #B15B8A
Text Example
Text Example
White with #B15B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15B8A; }
p { color: rgb(177,91,138); }
H1.HeaderClassName
{
color: #B15B8A;
}
.AnyTagClassName
{
color: #B15B8A;
}
</style>
background-color css
<style>
a { background-color: #B15B8A; }
a { background-color: rgb(177,91,138); }
div.DivClassName
{
background-color: #B15B8A;
}
.BgClassName
{
background-color: #B15B8A;
}
</style>
border-color css
<style>
span { border-color: #B15B8A; }
span { border-color: rgb(177,91,138); }
td.TdClassName
{
border-color: #B15B8A;
}
.TagClassName
{
border-color: #B15B8A;
}
</style>