Shades of Hopbush #B56793
Tints of Hopbush #B56793
RGB
CMYK
RGB Variations
Color information
#B56793 (or 0xB56793) is known color: Hopbush. HEX triplet: B5, 67 and 93. RGB value is (181,103,147). Sum of RGB (Red+Green+Blue) = 181+103+147=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B56793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56793 is #4A986C. Grayscale: #838383. Windows color (decimal): -4888685 or 9660341. OLE color: 9660341.
HSL color Cylindrical-coordinate representation of color #B56793: hue angle of 326.15º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56793 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 147 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.29 |
| HSL | 326.15º | 0.35% | 0.56% | - |
| HSV(B) | 326.15º | 0.43% | 0.71% | - |
| XYZ | 29.17 | 21.63 | 30.24 | - |
| YUV | 131.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 147 | 0 | 0.43 | 0.19 | 0.29 | 326.15 | 0.35 | 0.56 |
| Hex | B5 | 67 | 93 | 0 | 2B | 13 | 1D | 146 | 23 | 38 |
| Octal | 265 | 147 | 223 | 0 | 53 | 23 | 35 | 506 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10010011 | 0 | 101011 | 10011 | 11101 | 101000110 | 100011 | 111000 |
Color Harmonies of #B56793
Complementary color
Monochromatic Colors of #B56793
Black with #B56793
Text Example
Text Example
White with #B56793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56793; }
p { color: rgb(181,103,147); }
H1.HeaderClassName
{
color: #B56793;
}
.AnyTagClassName
{
color: #B56793;
}
</style>
background-color css
<style>
a { background-color: #B56793; }
a { background-color: rgb(181,103,147); }
div.DivClassName
{
background-color: #B56793;
}
.BgClassName
{
background-color: #B56793;
}
</style>
border-color css
<style>
span { border-color: #B56793; }
span { border-color: rgb(181,103,147); }
td.TdClassName
{
border-color: #B56793;
}
.TagClassName
{
border-color: #B56793;
}
</style>