Shades of Hopbush #B97398
Tints of Hopbush #B97398
RGB
CMYK
RGB Variations
Color information
#B97398 (or 0xB97398) is known color: Hopbush. HEX triplet: B9, 73 and 98. RGB value is (185,115,152). Sum of RGB (Red+Green+Blue) = 185+115+152=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B97398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97398 is #468C67. Grayscale: #8C8C8C. Windows color (decimal): -4623464 or 9991097. OLE color: 9991097.
HSL color Cylindrical-coordinate representation of color #B97398: hue angle of 328.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97398 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 152 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.27 |
| HSL | 328.29º | 0.33% | 0.59% | - |
| HSV(B) | 328.29º | 0.38% | 0.73% | - |
| XYZ | 31.81 | 24.84 | 32.82 | - |
| YUV | 140.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 152 | 0 | 0.38 | 0.18 | 0.27 | 328.29 | 0.33 | 0.59 |
| Hex | B9 | 73 | 98 | 0 | 26 | 12 | 1B | 148 | 21 | 3B |
| Octal | 271 | 163 | 230 | 0 | 46 | 22 | 33 | 510 | 41 | 73 |
| Binary | 10111001 | 1110011 | 10011000 | 0 | 100110 | 10010 | 11011 | 101001000 | 100001 | 111011 |
Color Harmonies of #B97398
Complementary color
Monochromatic Colors of #B97398
Black with #B97398
Text Example
Text Example
White with #B97398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97398; }
p { color: rgb(185,115,152); }
H1.HeaderClassName
{
color: #B97398;
}
.AnyTagClassName
{
color: #B97398;
}
</style>
background-color css
<style>
a { background-color: #B97398; }
a { background-color: rgb(185,115,152); }
div.DivClassName
{
background-color: #B97398;
}
.BgClassName
{
background-color: #B97398;
}
</style>
border-color css
<style>
span { border-color: #B97398; }
span { border-color: rgb(185,115,152); }
td.TdClassName
{
border-color: #B97398;
}
.TagClassName
{
border-color: #B97398;
}
</style>