Shades of Hopbush #B96695
Tints of Hopbush #B96695
RGB
CMYK
RGB Variations
Color information
#B96695 (or 0xB96695) is known color: Hopbush. HEX triplet: B9, 66 and 95. RGB value is (185,102,149). Sum of RGB (Red+Green+Blue) = 185+102+149=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B96695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96695 is #46996A. Grayscale: #848484. Windows color (decimal): -4626795 or 9791161. OLE color: 9791161.
HSL color Cylindrical-coordinate representation of color #B96695: hue angle of 326.02º 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 #B96695 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 149 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.27 |
| HSL | 326.02º | 0.37% | 0.56% | - |
| HSV(B) | 326.02º | 0.45% | 0.73% | - |
| XYZ | 30.18 | 21.99 | 31.09 | - |
| YUV | 132.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 149 | 0 | 0.45 | 0.19 | 0.27 | 326.02 | 0.37 | 0.56 |
| Hex | B9 | 66 | 95 | 0 | 2D | 13 | 1B | 146 | 25 | 38 |
| Octal | 271 | 146 | 225 | 0 | 55 | 23 | 33 | 506 | 45 | 70 |
| Binary | 10111001 | 1100110 | 10010101 | 0 | 101101 | 10011 | 11011 | 101000110 | 100101 | 111000 |
Color Harmonies of #B96695
Complementary color
Monochromatic Colors of #B96695
Black with #B96695
Text Example
Text Example
White with #B96695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96695; }
p { color: rgb(185,102,149); }
H1.HeaderClassName
{
color: #B96695;
}
.AnyTagClassName
{
color: #B96695;
}
</style>
background-color css
<style>
a { background-color: #B96695; }
a { background-color: rgb(185,102,149); }
div.DivClassName
{
background-color: #B96695;
}
.BgClassName
{
background-color: #B96695;
}
</style>
border-color css
<style>
span { border-color: #B96695; }
span { border-color: rgb(185,102,149); }
td.TdClassName
{
border-color: #B96695;
}
.TagClassName
{
border-color: #B96695;
}
</style>