Shades of Mulberry #B6639A
Tints of Mulberry #B6639A
RGB
CMYK
RGB Variations
Color information
#B6639A (or 0xB6639A) is known color: Mulberry. HEX triplet: B6, 63 and 9A. RGB value is (182,99,154). Sum of RGB (Red+Green+Blue) = 182+99+154=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6639A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6639A is #499C65. Grayscale: #818181. Windows color (decimal): -4824166 or 10118070. OLE color: 10118070.
HSL color Cylindrical-coordinate representation of color #B6639A: hue angle of 320.24º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6639A is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 99 | 154 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.29 |
| HSL | 320.24º | 0.36% | 0.55% | - |
| HSV(B) | 320.24º | 0.46% | 0.71% | - |
| XYZ | 29.59 | 21.2 | 33.1 | - |
| YUV | 130.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 154 | 0 | 0.46 | 0.15 | 0.29 | 320.24 | 0.36 | 0.55 |
| Hex | B6 | 63 | 9A | 0 | 2E | F | 1D | 140 | 24 | 37 |
| Octal | 266 | 143 | 232 | 0 | 56 | 17 | 35 | 500 | 44 | 67 |
| Binary | 10110110 | 1100011 | 10011010 | 0 | 101110 | 1111 | 11101 | 101000000 | 100100 | 110111 |
Color Harmonies of #B6639A
Complementary color
Monochromatic Colors of #B6639A
Black with #B6639A
Text Example
Text Example
White with #B6639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6639A; }
p { color: rgb(182,99,154); }
H1.HeaderClassName
{
color: #B6639A;
}
.AnyTagClassName
{
color: #B6639A;
}
</style>
background-color css
<style>
a { background-color: #B6639A; }
a { background-color: rgb(182,99,154); }
div.DivClassName
{
background-color: #B6639A;
}
.BgClassName
{
background-color: #B6639A;
}
</style>
border-color css
<style>
span { border-color: #B6639A; }
span { border-color: rgb(182,99,154); }
td.TdClassName
{
border-color: #B6639A;
}
.TagClassName
{
border-color: #B6639A;
}
</style>