Shades of Hopbush #BD7896
Tints of Hopbush #BD7896
RGB
CMYK
RGB Variations
Color information
#BD7896 (or 0xBD7896) is known color: Hopbush. HEX triplet: BD, 78 and 96. RGB value is (189,120,150). Sum of RGB (Red+Green+Blue) = 189+120+150=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7896 is #428769. Grayscale: #909090. Windows color (decimal): -4360042 or 9861309. OLE color: 9861309.
HSL color Cylindrical-coordinate representation of color #BD7896: hue angle of 333.91º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7896 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 150 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.26 |
| HSL | 333.91º | 0.34% | 0.61% | - |
| HSV(B) | 333.91º | 0.37% | 0.74% | - |
| XYZ | 33.21 | 26.45 | 32.21 | - |
| YUV | 144.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 150 | 0 | 0.37 | 0.21 | 0.26 | 333.91 | 0.34 | 0.61 |
| Hex | BD | 78 | 96 | 0 | 25 | 15 | 1A | 14E | 22 | 3D |
| Octal | 275 | 170 | 226 | 0 | 45 | 25 | 32 | 516 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10010110 | 0 | 100101 | 10101 | 11010 | 101001110 | 100010 | 111101 |
Color Harmonies of #BD7896
Complementary color
Monochromatic Colors of #BD7896
Black with #BD7896
Text Example
Text Example
White with #BD7896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7896; }
p { color: rgb(189,120,150); }
H1.HeaderClassName
{
color: #BD7896;
}
.AnyTagClassName
{
color: #BD7896;
}
</style>
background-color css
<style>
a { background-color: #BD7896; }
a { background-color: rgb(189,120,150); }
div.DivClassName
{
background-color: #BD7896;
}
.BgClassName
{
background-color: #BD7896;
}
</style>
border-color css
<style>
span { border-color: #BD7896; }
span { border-color: rgb(189,120,150); }
td.TdClassName
{
border-color: #BD7896;
}
.TagClassName
{
border-color: #BD7896;
}
</style>