Shades of Mulberry #B9469A
Tints of Mulberry #B9469A
RGB
CMYK
RGB Variations
Color information
#B9469A (or 0xB9469A) is known color: Mulberry. HEX triplet: B9, 46 and 9A. RGB value is (185,70,154). Sum of RGB (Red+Green+Blue) = 185+70+154=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9469A is #46B965. Grayscale: #717171. Windows color (decimal): -4634982 or 10110649. OLE color: 10110649.
HSL color Cylindrical-coordinate representation of color #B9469A: hue angle of 316.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9469A is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 154 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.27 |
| HSL | 316.17º | 0.45% | 0.5% | - |
| HSV(B) | 316.17º | 0.62% | 0.73% | - |
| XYZ | 28.03 | 17.03 | 32.38 | - |
| YUV | 113.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 154 | 0 | 0.62 | 0.17 | 0.27 | 316.17 | 0.45 | 0.5 |
| Hex | B9 | 46 | 9A | 0 | 3E | 11 | 1B | 13C | 2D | 32 |
| Octal | 271 | 106 | 232 | 0 | 76 | 21 | 33 | 474 | 55 | 62 |
| Binary | 10111001 | 1000110 | 10011010 | 0 | 111110 | 10001 | 11011 | 100111100 | 101101 | 110010 |
Color Harmonies of #B9469A
Complementary color
Monochromatic Colors of #B9469A
Black with #B9469A
Text Example
Text Example
White with #B9469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9469A; }
p { color: rgb(185,70,154); }
H1.HeaderClassName
{
color: #B9469A;
}
.AnyTagClassName
{
color: #B9469A;
}
</style>
background-color css
<style>
a { background-color: #B9469A; }
a { background-color: rgb(185,70,154); }
div.DivClassName
{
background-color: #B9469A;
}
.BgClassName
{
background-color: #B9469A;
}
</style>
border-color css
<style>
span { border-color: #B9469A; }
span { border-color: rgb(185,70,154); }
td.TdClassName
{
border-color: #B9469A;
}
.TagClassName
{
border-color: #B9469A;
}
</style>