Shades of Mulberry #B7609B
Tints of Mulberry #B7609B
RGB
CMYK
RGB Variations
Color information
#B7609B (or 0xB7609B) is known color: Mulberry. HEX triplet: B7, 60 and 9B. RGB value is (183,96,155). Sum of RGB (Red+Green+Blue) = 183+96+155=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7609B is #489F64. Grayscale: #808080. Windows color (decimal): -4759397 or 10182839. OLE color: 10182839.
HSL color Cylindrical-coordinate representation of color #B7609B: hue angle of 319.31º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7609B is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 155 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.28 |
| HSL | 319.31º | 0.38% | 0.55% | - |
| HSV(B) | 319.31º | 0.48% | 0.72% | - |
| XYZ | 29.63 | 20.8 | 33.46 | - |
| YUV | 128.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 155 | 0 | 0.48 | 0.15 | 0.28 | 319.31 | 0.38 | 0.55 |
| Hex | B7 | 60 | 9B | 0 | 30 | F | 1C | 13F | 26 | 37 |
| Octal | 267 | 140 | 233 | 0 | 60 | 17 | 34 | 477 | 46 | 67 |
| Binary | 10110111 | 1100000 | 10011011 | 0 | 110000 | 1111 | 11100 | 100111111 | 100110 | 110111 |
Color Harmonies of #B7609B
Complementary color
Monochromatic Colors of #B7609B
Black with #B7609B
Text Example
Text Example
White with #B7609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7609B; }
p { color: rgb(183,96,155); }
H1.HeaderClassName
{
color: #B7609B;
}
.AnyTagClassName
{
color: #B7609B;
}
</style>
background-color css
<style>
a { background-color: #B7609B; }
a { background-color: rgb(183,96,155); }
div.DivClassName
{
background-color: #B7609B;
}
.BgClassName
{
background-color: #B7609B;
}
</style>
border-color css
<style>
span { border-color: #B7609B; }
span { border-color: rgb(183,96,155); }
td.TdClassName
{
border-color: #B7609B;
}
.TagClassName
{
border-color: #B7609B;
}
</style>