Shades of Mulberry #B66192
Tints of Mulberry #B66192
RGB
CMYK
RGB Variations
Color information
#B66192 (or 0xB66192) is known color: Mulberry. HEX triplet: B6, 61 and 92. RGB value is (182,97,146). Sum of RGB (Red+Green+Blue) = 182+97+146=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B66192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66192 is #499E6D. Grayscale: #7F7F7F. Windows color (decimal): -4824686 or 9593270. OLE color: 9593270.
HSL color Cylindrical-coordinate representation of color #B66192: hue angle of 325.41º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66192 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 97 | 146 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.29 |
| HSL | 325.41º | 0.37% | 0.55% | - |
| HSV(B) | 325.41º | 0.47% | 0.71% | - |
| XYZ | 28.75 | 20.57 | 29.65 | - |
| YUV | 128 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 97 | 146 | 0 | 0.47 | 0.20 | 0.29 | 325.41 | 0.37 | 0.55 |
| Hex | B6 | 61 | 92 | 0 | 2F | 14 | 1D | 145 | 25 | 37 |
| Octal | 266 | 141 | 222 | 0 | 57 | 24 | 35 | 505 | 45 | 67 |
| Binary | 10110110 | 1100001 | 10010010 | 0 | 101111 | 10100 | 11101 | 101000101 | 100101 | 110111 |
Color Harmonies of #B66192
Complementary color
Monochromatic Colors of #B66192
Black with #B66192
Text Example
Text Example
White with #B66192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66192; }
p { color: rgb(182,97,146); }
H1.HeaderClassName
{
color: #B66192;
}
.AnyTagClassName
{
color: #B66192;
}
</style>
background-color css
<style>
a { background-color: #B66192; }
a { background-color: rgb(182,97,146); }
div.DivClassName
{
background-color: #B66192;
}
.BgClassName
{
background-color: #B66192;
}
</style>
border-color css
<style>
span { border-color: #B66192; }
span { border-color: rgb(182,97,146); }
td.TdClassName
{
border-color: #B66192;
}
.TagClassName
{
border-color: #B66192;
}
</style>