Shades of Hopbush #BD7391
Tints of Hopbush #BD7391
RGB
CMYK
RGB Variations
Color information
#BD7391 (or 0xBD7391) is known color: Hopbush. HEX triplet: BD, 73 and 91. RGB value is (189,115,145). Sum of RGB (Red+Green+Blue) = 189+115+145=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7391 is #428C6E. Grayscale: #8C8C8C. Windows color (decimal): -4361327 or 9532349. OLE color: 9532349.
HSL color Cylindrical-coordinate representation of color #BD7391: hue angle of 335.68º 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 #BD7391 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 145 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.26 |
| HSL | 335.68º | 0.36% | 0.6% | - |
| HSV(B) | 335.68º | 0.39% | 0.74% | - |
| XYZ | 32.23 | 25.12 | 29.94 | - |
| YUV | 140.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 145 | 0 | 0.39 | 0.23 | 0.26 | 335.68 | 0.36 | 0.6 |
| Hex | BD | 73 | 91 | 0 | 27 | 17 | 1A | 150 | 24 | 3C |
| Octal | 275 | 163 | 221 | 0 | 47 | 27 | 32 | 520 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10010001 | 0 | 100111 | 10111 | 11010 | 101010000 | 100100 | 111100 |
Color Harmonies of #BD7391
Complementary color
Monochromatic Colors of #BD7391
Black with #BD7391
Text Example
Text Example
White with #BD7391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7391; }
p { color: rgb(189,115,145); }
H1.HeaderClassName
{
color: #BD7391;
}
.AnyTagClassName
{
color: #BD7391;
}
</style>
background-color css
<style>
a { background-color: #BD7391; }
a { background-color: rgb(189,115,145); }
div.DivClassName
{
background-color: #BD7391;
}
.BgClassName
{
background-color: #BD7391;
}
</style>
border-color css
<style>
span { border-color: #BD7391; }
span { border-color: rgb(189,115,145); }
td.TdClassName
{
border-color: #BD7391;
}
.TagClassName
{
border-color: #BD7391;
}
</style>