Shades of Mulberry #B95A8A
Tints of Mulberry #B95A8A
RGB
CMYK
RGB Variations
Color information
#B95A8A (or 0xB95A8A) is known color: Mulberry. HEX triplet: B9, 5A and 8A. RGB value is (185,90,138). Sum of RGB (Red+Green+Blue) = 185+90+138=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A8A is #46A575. Grayscale: #7B7B7B. Windows color (decimal): -4629878 or 9067193. OLE color: 9067193.
HSL color Cylindrical-coordinate representation of color #B95A8A: hue angle of 329.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95A8A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 90 | 138 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.27 |
| HSL | 329.68º | 0.4% | 0.54% | - |
| HSV(B) | 329.68º | 0.51% | 0.73% | - |
| XYZ | 28.25 | 19.46 | 26.31 | - |
| YUV | 123.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 138 | 0 | 0.51 | 0.25 | 0.27 | 329.68 | 0.4 | 0.54 |
| Hex | B9 | 5A | 8A | 0 | 33 | 19 | 1B | 14A | 28 | 36 |
| Octal | 271 | 132 | 212 | 0 | 63 | 31 | 33 | 512 | 50 | 66 |
| Binary | 10111001 | 1011010 | 10001010 | 0 | 110011 | 11001 | 11011 | 101001010 | 101000 | 110110 |
Color Harmonies of #B95A8A
Complementary color
Monochromatic Colors of #B95A8A
Black with #B95A8A
Text Example
Text Example
White with #B95A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95A8A; }
p { color: rgb(185,90,138); }
H1.HeaderClassName
{
color: #B95A8A;
}
.AnyTagClassName
{
color: #B95A8A;
}
</style>
background-color css
<style>
a { background-color: #B95A8A; }
a { background-color: rgb(185,90,138); }
div.DivClassName
{
background-color: #B95A8A;
}
.BgClassName
{
background-color: #B95A8A;
}
</style>
border-color css
<style>
span { border-color: #B95A8A; }
span { border-color: rgb(185,90,138); }
td.TdClassName
{
border-color: #B95A8A;
}
.TagClassName
{
border-color: #B95A8A;
}
</style>