Shades of Hopbush #BD7592
Tints of Hopbush #BD7592
RGB
CMYK
RGB Variations
Color information
#BD7592 (or 0xBD7592) is known color: Hopbush. HEX triplet: BD, 75 and 92. RGB value is (189,117,146). Sum of RGB (Red+Green+Blue) = 189+117+146=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7592 is #428A6D. Grayscale: #8D8D8D. Windows color (decimal): -4360814 or 9598397. OLE color: 9598397.
HSL color Cylindrical-coordinate representation of color #BD7592: hue angle of 335.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7592 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 146 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.26 |
| HSL | 335.83º | 0.35% | 0.6% | - |
| HSV(B) | 335.83º | 0.38% | 0.74% | - |
| XYZ | 32.54 | 25.62 | 30.42 | - |
| YUV | 141.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 146 | 0 | 0.38 | 0.23 | 0.26 | 335.83 | 0.35 | 0.6 |
| Hex | BD | 75 | 92 | 0 | 26 | 17 | 1A | 150 | 23 | 3C |
| Octal | 275 | 165 | 222 | 0 | 46 | 27 | 32 | 520 | 43 | 74 |
| Binary | 10111101 | 1110101 | 10010010 | 0 | 100110 | 10111 | 11010 | 101010000 | 100011 | 111100 |
Color Harmonies of #BD7592
Complementary color
Monochromatic Colors of #BD7592
Black with #BD7592
Text Example
Text Example
White with #BD7592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7592; }
p { color: rgb(189,117,146); }
H1.HeaderClassName
{
color: #BD7592;
}
.AnyTagClassName
{
color: #BD7592;
}
</style>
background-color css
<style>
a { background-color: #BD7592; }
a { background-color: rgb(189,117,146); }
div.DivClassName
{
background-color: #BD7592;
}
.BgClassName
{
background-color: #BD7592;
}
</style>
border-color css
<style>
span { border-color: #BD7592; }
span { border-color: rgb(189,117,146); }
td.TdClassName
{
border-color: #BD7592;
}
.TagClassName
{
border-color: #BD7592;
}
</style>