Shades of Hopbush #BD7992
Tints of Hopbush #BD7992
RGB
CMYK
RGB Variations
Color information
#BD7992 (or 0xBD7992) is known color: Hopbush. HEX triplet: BD, 79 and 92. RGB value is (189,121,146). Sum of RGB (Red+Green+Blue) = 189+121+146=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7992 is #42866D. Grayscale: #909090. Windows color (decimal): -4359790 or 9599421. OLE color: 9599421.
HSL color Cylindrical-coordinate representation of color #BD7992: hue angle of 337.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD7992 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 146 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.26 |
| HSL | 337.94º | 0.34% | 0.61% | - |
| HSV(B) | 337.94º | 0.36% | 0.74% | - |
| XYZ | 33.01 | 26.57 | 30.58 | - |
| YUV | 144.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 146 | 0 | 0.36 | 0.23 | 0.26 | 337.94 | 0.34 | 0.61 |
| Hex | BD | 79 | 92 | 0 | 24 | 17 | 1A | 152 | 22 | 3D |
| Octal | 275 | 171 | 222 | 0 | 44 | 27 | 32 | 522 | 42 | 75 |
| Binary | 10111101 | 1111001 | 10010010 | 0 | 100100 | 10111 | 11010 | 101010010 | 100010 | 111101 |
Color Harmonies of #BD7992
Complementary color
Monochromatic Colors of #BD7992
Black with #BD7992
Text Example
Text Example
White with #BD7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7992; }
p { color: rgb(189,121,146); }
H1.HeaderClassName
{
color: #BD7992;
}
.AnyTagClassName
{
color: #BD7992;
}
</style>
background-color css
<style>
a { background-color: #BD7992; }
a { background-color: rgb(189,121,146); }
div.DivClassName
{
background-color: #BD7992;
}
.BgClassName
{
background-color: #BD7992;
}
</style>
border-color css
<style>
span { border-color: #BD7992; }
span { border-color: rgb(189,121,146); }
td.TdClassName
{
border-color: #BD7992;
}
.TagClassName
{
border-color: #BD7992;
}
</style>