Shades of Hopbush #BD7491
Tints of Hopbush #BD7491
RGB
CMYK
RGB Variations
Color information
#BD7491 (or 0xBD7491) is known color: Hopbush. HEX triplet: BD, 74 and 91. RGB value is (189,116,145). Sum of RGB (Red+Green+Blue) = 189+116+145=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7491 is #428B6E. Grayscale: #8D8D8D. Windows color (decimal): -4361071 or 9532605. OLE color: 9532605.
HSL color Cylindrical-coordinate representation of color #BD7491: hue angle of 336.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7491 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 145 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.26 |
| HSL | 336.16º | 0.36% | 0.6% | - |
| HSV(B) | 336.16º | 0.39% | 0.74% | - |
| XYZ | 32.34 | 25.35 | 29.98 | - |
| YUV | 141.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 145 | 0 | 0.39 | 0.23 | 0.26 | 336.16 | 0.36 | 0.6 |
| Hex | BD | 74 | 91 | 0 | 27 | 17 | 1A | 150 | 24 | 3C |
| Octal | 275 | 164 | 221 | 0 | 47 | 27 | 32 | 520 | 44 | 74 |
| Binary | 10111101 | 1110100 | 10010001 | 0 | 100111 | 10111 | 11010 | 101010000 | 100100 | 111100 |
Color Harmonies of #BD7491
Complementary color
Monochromatic Colors of #BD7491
Black with #BD7491
Text Example
Text Example
White with #BD7491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7491; }
p { color: rgb(189,116,145); }
H1.HeaderClassName
{
color: #BD7491;
}
.AnyTagClassName
{
color: #BD7491;
}
</style>
background-color css
<style>
a { background-color: #BD7491; }
a { background-color: rgb(189,116,145); }
div.DivClassName
{
background-color: #BD7491;
}
.BgClassName
{
background-color: #BD7491;
}
</style>
border-color css
<style>
span { border-color: #BD7491; }
span { border-color: rgb(189,116,145); }
td.TdClassName
{
border-color: #BD7491;
}
.TagClassName
{
border-color: #BD7491;
}
</style>