Shades of Hopbush #B9669C
Tints of Hopbush #B9669C
RGB
CMYK
RGB Variations
Color information
#B9669C (or 0xB9669C) is known color: Hopbush. HEX triplet: B9, 66 and 9C. RGB value is (185,102,156). Sum of RGB (Red+Green+Blue) = 185+102+156=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9669C is #469963. Grayscale: #848484. Windows color (decimal): -4626788 or 10249913. OLE color: 10249913.
HSL color Cylindrical-coordinate representation of color #B9669C: hue angle of 320.96º degrees, saturation: 0.37, 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 #B9669C is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 156 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.27 |
| HSL | 320.96º | 0.37% | 0.56% | - |
| HSV(B) | 320.96º | 0.45% | 0.73% | - |
| XYZ | 30.76 | 22.22 | 34.12 | - |
| YUV | 132.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 156 | 0 | 0.45 | 0.16 | 0.27 | 320.96 | 0.37 | 0.56 |
| Hex | B9 | 66 | 9C | 0 | 2D | 10 | 1B | 141 | 25 | 38 |
| Octal | 271 | 146 | 234 | 0 | 55 | 20 | 33 | 501 | 45 | 70 |
| Binary | 10111001 | 1100110 | 10011100 | 0 | 101101 | 10000 | 11011 | 101000001 | 100101 | 111000 |
Color Harmonies of #B9669C
Complementary color
Monochromatic Colors of #B9669C
Black with #B9669C
Text Example
Text Example
White with #B9669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9669C; }
p { color: rgb(185,102,156); }
H1.HeaderClassName
{
color: #B9669C;
}
.AnyTagClassName
{
color: #B9669C;
}
</style>
background-color css
<style>
a { background-color: #B9669C; }
a { background-color: rgb(185,102,156); }
div.DivClassName
{
background-color: #B9669C;
}
.BgClassName
{
background-color: #B9669C;
}
</style>
border-color css
<style>
span { border-color: #B9669C; }
span { border-color: rgb(185,102,156); }
td.TdClassName
{
border-color: #B9669C;
}
.TagClassName
{
border-color: #B9669C;
}
</style>