Shades of Hopbush #B96D96
Tints of Hopbush #B96D96
RGB
CMYK
RGB Variations
Color information
#B96D96 (or 0xB96D96) is known color: Hopbush. HEX triplet: B9, 6D and 96. RGB value is (185,109,150). Sum of RGB (Red+Green+Blue) = 185+109+150=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96D96 is #469269. Grayscale: #888888. Windows color (decimal): -4625002 or 9858489. OLE color: 9858489.
HSL color Cylindrical-coordinate representation of color #B96D96: hue angle of 327.63º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96D96 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 150 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.27 |
| HSL | 327.63º | 0.35% | 0.58% | - |
| HSV(B) | 327.63º | 0.41% | 0.73% | - |
| XYZ | 30.98 | 23.45 | 31.75 | - |
| YUV | 136.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 150 | 0 | 0.41 | 0.19 | 0.27 | 327.63 | 0.35 | 0.58 |
| Hex | B9 | 6D | 96 | 0 | 29 | 13 | 1B | 148 | 23 | 3A |
| Octal | 271 | 155 | 226 | 0 | 51 | 23 | 33 | 510 | 43 | 72 |
| Binary | 10111001 | 1101101 | 10010110 | 0 | 101001 | 10011 | 11011 | 101001000 | 100011 | 111010 |
Color Harmonies of #B96D96
Complementary color
Monochromatic Colors of #B96D96
Black with #B96D96
Text Example
Text Example
White with #B96D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D96; }
p { color: rgb(185,109,150); }
H1.HeaderClassName
{
color: #B96D96;
}
.AnyTagClassName
{
color: #B96D96;
}
</style>
background-color css
<style>
a { background-color: #B96D96; }
a { background-color: rgb(185,109,150); }
div.DivClassName
{
background-color: #B96D96;
}
.BgClassName
{
background-color: #B96D96;
}
</style>
border-color css
<style>
span { border-color: #B96D96; }
span { border-color: rgb(185,109,150); }
td.TdClassName
{
border-color: #B96D96;
}
.TagClassName
{
border-color: #B96D96;
}
</style>