Shades of Hopbush #BD7192
Tints of Hopbush #BD7192
RGB
CMYK
RGB Variations
Color information
#BD7192 (or 0xBD7192) is known color: Hopbush. HEX triplet: BD, 71 and 92. RGB value is (189,113,146). Sum of RGB (Red+Green+Blue) = 189+113+146=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7192 is #428E6D. Grayscale: #8B8B8B. Windows color (decimal): -4361838 or 9597373. OLE color: 9597373.
HSL color Cylindrical-coordinate representation of color #BD7192: hue angle of 333.95º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7192 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 146 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.26 |
| HSL | 333.95º | 0.37% | 0.59% | - |
| HSV(B) | 333.95º | 0.4% | 0.74% | - |
| XYZ | 32.08 | 24.7 | 30.27 | - |
| YUV | 139.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 146 | 0 | 0.40 | 0.23 | 0.26 | 333.95 | 0.37 | 0.59 |
| Hex | BD | 71 | 92 | 0 | 28 | 17 | 1A | 14E | 25 | 3B |
| Octal | 275 | 161 | 222 | 0 | 50 | 27 | 32 | 516 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10010010 | 0 | 101000 | 10111 | 11010 | 101001110 | 100101 | 111011 |
Color Harmonies of #BD7192
Complementary color
Monochromatic Colors of #BD7192
Black with #BD7192
Text Example
Text Example
White with #BD7192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7192; }
p { color: rgb(189,113,146); }
H1.HeaderClassName
{
color: #BD7192;
}
.AnyTagClassName
{
color: #BD7192;
}
</style>
background-color css
<style>
a { background-color: #BD7192; }
a { background-color: rgb(189,113,146); }
div.DivClassName
{
background-color: #BD7192;
}
.BgClassName
{
background-color: #BD7192;
}
</style>
border-color css
<style>
span { border-color: #BD7192; }
span { border-color: rgb(189,113,146); }
td.TdClassName
{
border-color: #BD7192;
}
.TagClassName
{
border-color: #BD7192;
}
</style>