Shades of Mulberry #B15B8C
Tints of Mulberry #B15B8C
RGB
CMYK
RGB Variations
Color information
#B15B8C (or 0xB15B8C) is known color: Mulberry. HEX triplet: B1, 5B and 8C. RGB value is (177,91,140). Sum of RGB (Red+Green+Blue) = 177+91+140=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B8C is #4EA473. Grayscale: #7A7A7A. Windows color (decimal): -5153908 or 9198513. OLE color: 9198513.
HSL color Cylindrical-coordinate representation of color #B15B8C: hue angle of 325.81º 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 #B15B8C is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 140 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.31 |
| HSL | 325.81º | 0.36% | 0.53% | - |
| HSV(B) | 325.81º | 0.49% | 0.69% | - |
| XYZ | 26.61 | 18.72 | 27.02 | - |
| YUV | 122.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 140 | 0 | 0.49 | 0.21 | 0.31 | 325.81 | 0.36 | 0.53 |
| Hex | B1 | 5B | 8C | 0 | 31 | 15 | 1F | 146 | 24 | 35 |
| Octal | 261 | 133 | 214 | 0 | 61 | 25 | 37 | 506 | 44 | 65 |
| Binary | 10110001 | 1011011 | 10001100 | 0 | 110001 | 10101 | 11111 | 101000110 | 100100 | 110101 |
Color Harmonies of #B15B8C
Complementary color
Monochromatic Colors of #B15B8C
Black with #B15B8C
Text Example
Text Example
White with #B15B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15B8C; }
p { color: rgb(177,91,140); }
H1.HeaderClassName
{
color: #B15B8C;
}
.AnyTagClassName
{
color: #B15B8C;
}
</style>
background-color css
<style>
a { background-color: #B15B8C; }
a { background-color: rgb(177,91,140); }
div.DivClassName
{
background-color: #B15B8C;
}
.BgClassName
{
background-color: #B15B8C;
}
</style>
border-color css
<style>
span { border-color: #B15B8C; }
span { border-color: rgb(177,91,140); }
td.TdClassName
{
border-color: #B15B8C;
}
.TagClassName
{
border-color: #B15B8C;
}
</style>