Shades of Hopbush #B9639B
Tints of Hopbush #B9639B
RGB
CMYK
RGB Variations
Color information
#B9639B (or 0xB9639B) is known color: Hopbush. HEX triplet: B9, 63 and 9B. RGB value is (185,99,155). Sum of RGB (Red+Green+Blue) = 185+99+155=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9639B is #469C64. Grayscale: #828282. Windows color (decimal): -4627557 or 10183609. OLE color: 10183609.
HSL color Cylindrical-coordinate representation of color #B9639B: hue angle of 320.93º 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 #B9639B is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 155 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.27 |
| HSL | 320.93º | 0.38% | 0.56% | - |
| HSV(B) | 320.93º | 0.46% | 0.73% | - |
| XYZ | 30.39 | 21.6 | 33.58 | - |
| YUV | 131.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 155 | 0 | 0.46 | 0.16 | 0.27 | 320.93 | 0.38 | 0.56 |
| Hex | B9 | 63 | 9B | 0 | 2E | 10 | 1B | 141 | 26 | 38 |
| Octal | 271 | 143 | 233 | 0 | 56 | 20 | 33 | 501 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10011011 | 0 | 101110 | 10000 | 11011 | 101000001 | 100110 | 111000 |
Color Harmonies of #B9639B
Complementary color
Monochromatic Colors of #B9639B
Black with #B9639B
Text Example
Text Example
White with #B9639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9639B; }
p { color: rgb(185,99,155); }
H1.HeaderClassName
{
color: #B9639B;
}
.AnyTagClassName
{
color: #B9639B;
}
</style>
background-color css
<style>
a { background-color: #B9639B; }
a { background-color: rgb(185,99,155); }
div.DivClassName
{
background-color: #B9639B;
}
.BgClassName
{
background-color: #B9639B;
}
</style>
border-color css
<style>
span { border-color: #B9639B; }
span { border-color: rgb(185,99,155); }
td.TdClassName
{
border-color: #B9639B;
}
.TagClassName
{
border-color: #B9639B;
}
</style>