Shades of Hopbush #B96594
Tints of Hopbush #B96594
RGB
CMYK
RGB Variations
Color information
#B96594 (or 0xB96594) is known color: Hopbush. HEX triplet: B9, 65 and 94. RGB value is (185,101,148). Sum of RGB (Red+Green+Blue) = 185+101+148=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B96594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96594 is #469A6B. Grayscale: #838383. Windows color (decimal): -4627052 or 9725369. OLE color: 9725369.
HSL color Cylindrical-coordinate representation of color #B96594: hue angle of 326.43º degrees, saturation: 0.38, 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 #B96594 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 148 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.27 |
| HSL | 326.43º | 0.38% | 0.56% | - |
| HSV(B) | 326.43º | 0.45% | 0.73% | - |
| XYZ | 30.01 | 21.76 | 30.64 | - |
| YUV | 131.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 148 | 0 | 0.45 | 0.20 | 0.27 | 326.43 | 0.38 | 0.56 |
| Hex | B9 | 65 | 94 | 0 | 2D | 14 | 1B | 146 | 26 | 38 |
| Octal | 271 | 145 | 224 | 0 | 55 | 24 | 33 | 506 | 46 | 70 |
| Binary | 10111001 | 1100101 | 10010100 | 0 | 101101 | 10100 | 11011 | 101000110 | 100110 | 111000 |
Color Harmonies of #B96594
Complementary color
Monochromatic Colors of #B96594
Black with #B96594
Text Example
Text Example
White with #B96594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96594; }
p { color: rgb(185,101,148); }
H1.HeaderClassName
{
color: #B96594;
}
.AnyTagClassName
{
color: #B96594;
}
</style>
background-color css
<style>
a { background-color: #B96594; }
a { background-color: rgb(185,101,148); }
div.DivClassName
{
background-color: #B96594;
}
.BgClassName
{
background-color: #B96594;
}
</style>
border-color css
<style>
span { border-color: #B96594; }
span { border-color: rgb(185,101,148); }
td.TdClassName
{
border-color: #B96594;
}
.TagClassName
{
border-color: #B96594;
}
</style>