Shades of Hopbush #B9649E
Tints of Hopbush #B9649E
RGB
CMYK
RGB Variations
Color information
#B9649E (or 0xB9649E) is known color: Hopbush. HEX triplet: B9, 64 and 9E. RGB value is (185,100,158). Sum of RGB (Red+Green+Blue) = 185+100+158=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9649E is #469B61. Grayscale: #838383. Windows color (decimal): -4627298 or 10380473. OLE color: 10380473.
HSL color Cylindrical-coordinate representation of color #B9649E: hue angle of 319.06º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9649E is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 158 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.27 |
| HSL | 319.06º | 0.38% | 0.56% | - |
| HSV(B) | 319.06º | 0.46% | 0.73% | - |
| XYZ | 30.74 | 21.9 | 34.95 | - |
| YUV | 132.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 158 | 0 | 0.46 | 0.15 | 0.27 | 319.06 | 0.38 | 0.56 |
| Hex | B9 | 64 | 9E | 0 | 2E | F | 1B | 13F | 26 | 38 |
| Octal | 271 | 144 | 236 | 0 | 56 | 17 | 33 | 477 | 46 | 70 |
| Binary | 10111001 | 1100100 | 10011110 | 0 | 101110 | 1111 | 11011 | 100111111 | 100110 | 111000 |
Color Harmonies of #B9649E
Complementary color
Monochromatic Colors of #B9649E
Black with #B9649E
Text Example
Text Example
White with #B9649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9649E; }
p { color: rgb(185,100,158); }
H1.HeaderClassName
{
color: #B9649E;
}
.AnyTagClassName
{
color: #B9649E;
}
</style>
background-color css
<style>
a { background-color: #B9649E; }
a { background-color: rgb(185,100,158); }
div.DivClassName
{
background-color: #B9649E;
}
.BgClassName
{
background-color: #B9649E;
}
</style>
border-color css
<style>
span { border-color: #B9649E; }
span { border-color: rgb(185,100,158); }
td.TdClassName
{
border-color: #B9649E;
}
.TagClassName
{
border-color: #B9649E;
}
</style>