Shades of Hopbush #B9679B
Tints of Hopbush #B9679B
RGB
CMYK
RGB Variations
Color information
#B9679B (or 0xB9679B) is known color: Hopbush. HEX triplet: B9, 67 and 9B. RGB value is (185,103,155). Sum of RGB (Red+Green+Blue) = 185+103+155=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9679B is #469864. Grayscale: #858585. Windows color (decimal): -4626533 or 10184633. OLE color: 10184633.
HSL color Cylindrical-coordinate representation of color #B9679B: hue angle of 321.95º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9679B is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 155 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.27 |
| HSL | 321.95º | 0.37% | 0.56% | - |
| HSV(B) | 321.95º | 0.44% | 0.73% | - |
| XYZ | 30.77 | 22.38 | 33.71 | - |
| YUV | 133.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 155 | 0 | 0.44 | 0.16 | 0.27 | 321.95 | 0.37 | 0.56 |
| Hex | B9 | 67 | 9B | 0 | 2C | 10 | 1B | 142 | 25 | 38 |
| Octal | 271 | 147 | 233 | 0 | 54 | 20 | 33 | 502 | 45 | 70 |
| Binary | 10111001 | 1100111 | 10011011 | 0 | 101100 | 10000 | 11011 | 101000010 | 100101 | 111000 |
Color Harmonies of #B9679B
Complementary color
Monochromatic Colors of #B9679B
Black with #B9679B
Text Example
Text Example
White with #B9679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9679B; }
p { color: rgb(185,103,155); }
H1.HeaderClassName
{
color: #B9679B;
}
.AnyTagClassName
{
color: #B9679B;
}
</style>
background-color css
<style>
a { background-color: #B9679B; }
a { background-color: rgb(185,103,155); }
div.DivClassName
{
background-color: #B9679B;
}
.BgClassName
{
background-color: #B9679B;
}
</style>
border-color css
<style>
span { border-color: #B9679B; }
span { border-color: rgb(185,103,155); }
td.TdClassName
{
border-color: #B9679B;
}
.TagClassName
{
border-color: #B9679B;
}
</style>