Shades of Mulberry #B65A95
Tints of Mulberry #B65A95
RGB
CMYK
RGB Variations
Color information
#B65A95 (or 0xB65A95) is known color: Mulberry. HEX triplet: B6, 5A and 95. RGB value is (182,90,149). Sum of RGB (Red+Green+Blue) = 182+90+149=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A95 is #49A56A. Grayscale: #7C7C7C. Windows color (decimal): -4826475 or 9788086. OLE color: 9788086.
HSL color Cylindrical-coordinate representation of color #B65A95: hue angle of 321.52º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65A95 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 90 | 149 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.29 |
| HSL | 321.52º | 0.39% | 0.53% | - |
| HSV(B) | 321.52º | 0.51% | 0.71% | - |
| XYZ | 28.37 | 19.43 | 30.69 | - |
| YUV | 124.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 149 | 0 | 0.51 | 0.18 | 0.29 | 321.52 | 0.39 | 0.53 |
| Hex | B6 | 5A | 95 | 0 | 33 | 12 | 1D | 142 | 27 | 35 |
| Octal | 266 | 132 | 225 | 0 | 63 | 22 | 35 | 502 | 47 | 65 |
| Binary | 10110110 | 1011010 | 10010101 | 0 | 110011 | 10010 | 11101 | 101000010 | 100111 | 110101 |
Color Harmonies of #B65A95
Complementary color
Monochromatic Colors of #B65A95
Black with #B65A95
Text Example
Text Example
White with #B65A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65A95; }
p { color: rgb(182,90,149); }
H1.HeaderClassName
{
color: #B65A95;
}
.AnyTagClassName
{
color: #B65A95;
}
</style>
background-color css
<style>
a { background-color: #B65A95; }
a { background-color: rgb(182,90,149); }
div.DivClassName
{
background-color: #B65A95;
}
.BgClassName
{
background-color: #B65A95;
}
</style>
border-color css
<style>
span { border-color: #B65A95; }
span { border-color: rgb(182,90,149); }
td.TdClassName
{
border-color: #B65A95;
}
.TagClassName
{
border-color: #B65A95;
}
</style>