Shades of Hopbush #B9659D
Tints of Hopbush #B9659D
RGB
CMYK
RGB Variations
Color information
#B9659D (or 0xB9659D) is known color: Hopbush. HEX triplet: B9, 65 and 9D. RGB value is (185,101,157). Sum of RGB (Red+Green+Blue) = 185+101+157=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9659D is #469A62. Grayscale: #848484. Windows color (decimal): -4627043 or 10315193. OLE color: 10315193.
HSL color Cylindrical-coordinate representation of color #B9659D: hue angle of 320º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9659D is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 157 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.27 |
| HSL | 320º | 0.38% | 0.56% | - |
| HSV(B) | 320º | 0.45% | 0.73% | - |
| XYZ | 30.75 | 22.06 | 34.53 | - |
| YUV | 132.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 157 | 0 | 0.45 | 0.15 | 0.27 | 320 | 0.38 | 0.56 |
| Hex | B9 | 65 | 9D | 0 | 2D | F | 1B | 140 | 26 | 38 |
| Octal | 271 | 145 | 235 | 0 | 55 | 17 | 33 | 500 | 46 | 70 |
| Binary | 10111001 | 1100101 | 10011101 | 0 | 101101 | 1111 | 11011 | 101000000 | 100110 | 111000 |
Color Harmonies of #B9659D
Complementary color
Monochromatic Colors of #B9659D
Black with #B9659D
Text Example
Text Example
White with #B9659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9659D; }
p { color: rgb(185,101,157); }
H1.HeaderClassName
{
color: #B9659D;
}
.AnyTagClassName
{
color: #B9659D;
}
</style>
background-color css
<style>
a { background-color: #B9659D; }
a { background-color: rgb(185,101,157); }
div.DivClassName
{
background-color: #B9659D;
}
.BgClassName
{
background-color: #B9659D;
}
</style>
border-color css
<style>
span { border-color: #B9659D; }
span { border-color: rgb(185,101,157); }
td.TdClassName
{
border-color: #B9659D;
}
.TagClassName
{
border-color: #B9659D;
}
</style>