Shades of Mulberry #B15F92
Tints of Mulberry #B15F92
RGB
CMYK
RGB Variations
Color information
#B15F92 (or 0xB15F92) is known color: Mulberry. HEX triplet: B1, 5F and 92. RGB value is (177,95,146). Sum of RGB (Red+Green+Blue) = 177+95+146=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F92 is #4EA06D. Grayscale: #7D7D7D. Windows color (decimal): -5152878 or 9592753. OLE color: 9592753.
HSL color Cylindrical-coordinate representation of color #B15F92: hue angle of 322.68º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15F92 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 146 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.31 |
| HSL | 322.68º | 0.34% | 0.53% | - |
| HSV(B) | 322.68º | 0.46% | 0.69% | - |
| XYZ | 27.41 | 19.61 | 29.53 | - |
| YUV | 125.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 146 | 0 | 0.46 | 0.18 | 0.31 | 322.68 | 0.34 | 0.53 |
| Hex | B1 | 5F | 92 | 0 | 2E | 12 | 1F | 143 | 22 | 35 |
| Octal | 261 | 137 | 222 | 0 | 56 | 22 | 37 | 503 | 42 | 65 |
| Binary | 10110001 | 1011111 | 10010010 | 0 | 101110 | 10010 | 11111 | 101000011 | 100010 | 110101 |
Color Harmonies of #B15F92
Complementary color
Monochromatic Colors of #B15F92
Black with #B15F92
Text Example
Text Example
White with #B15F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F92; }
p { color: rgb(177,95,146); }
H1.HeaderClassName
{
color: #B15F92;
}
.AnyTagClassName
{
color: #B15F92;
}
</style>
background-color css
<style>
a { background-color: #B15F92; }
a { background-color: rgb(177,95,146); }
div.DivClassName
{
background-color: #B15F92;
}
.BgClassName
{
background-color: #B15F92;
}
</style>
border-color css
<style>
span { border-color: #B15F92; }
span { border-color: rgb(177,95,146); }
td.TdClassName
{
border-color: #B15F92;
}
.TagClassName
{
border-color: #B15F92;
}
</style>