Shades of Hopbush #B56495
Tints of Hopbush #B56495
RGB
CMYK
RGB Variations
Color information
#B56495 (or 0xB56495) is known color: Hopbush. HEX triplet: B5, 64 and 95. RGB value is (181,100,149). Sum of RGB (Red+Green+Blue) = 181+100+149=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B56495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56495 is #4A9B6A. Grayscale: #818181. Windows color (decimal): -4889451 or 9790645. OLE color: 9790645.
HSL color Cylindrical-coordinate representation of color #B56495: hue angle of 323.7º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56495 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 149 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.29 |
| HSL | 323.7º | 0.35% | 0.55% | - |
| HSV(B) | 323.7º | 0.45% | 0.71% | - |
| XYZ | 29.04 | 21.11 | 30.98 | - |
| YUV | 129.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 149 | 0 | 0.45 | 0.18 | 0.29 | 323.7 | 0.35 | 0.55 |
| Hex | B5 | 64 | 95 | 0 | 2D | 12 | 1D | 144 | 23 | 37 |
| Octal | 265 | 144 | 225 | 0 | 55 | 22 | 35 | 504 | 43 | 67 |
| Binary | 10110101 | 1100100 | 10010101 | 0 | 101101 | 10010 | 11101 | 101000100 | 100011 | 110111 |
Color Harmonies of #B56495
Complementary color
Monochromatic Colors of #B56495
Black with #B56495
Text Example
Text Example
White with #B56495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56495; }
p { color: rgb(181,100,149); }
H1.HeaderClassName
{
color: #B56495;
}
.AnyTagClassName
{
color: #B56495;
}
</style>
background-color css
<style>
a { background-color: #B56495; }
a { background-color: rgb(181,100,149); }
div.DivClassName
{
background-color: #B56495;
}
.BgClassName
{
background-color: #B56495;
}
</style>
border-color css
<style>
span { border-color: #B56495; }
span { border-color: rgb(181,100,149); }
td.TdClassName
{
border-color: #B56495;
}
.TagClassName
{
border-color: #B56495;
}
</style>