Shades of Hopbush #BD7292
Tints of Hopbush #BD7292
RGB
CMYK
RGB Variations
Color information
#BD7292 (or 0xBD7292) is known color: Hopbush. HEX triplet: BD, 72 and 92. RGB value is (189,114,146). Sum of RGB (Red+Green+Blue) = 189+114+146=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7292 is #428D6D. Grayscale: #8C8C8C. Windows color (decimal): -4361582 or 9597629. OLE color: 9597629.
HSL color Cylindrical-coordinate representation of color #BD7292: hue angle of 334.4º degrees, saturation: 0.36, 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 #BD7292 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 146 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.26 |
| HSL | 334.4º | 0.36% | 0.59% | - |
| HSV(B) | 334.4º | 0.4% | 0.74% | - |
| XYZ | 32.19 | 24.93 | 30.31 | - |
| YUV | 140.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 146 | 0 | 0.40 | 0.23 | 0.26 | 334.4 | 0.36 | 0.59 |
| Hex | BD | 72 | 92 | 0 | 28 | 17 | 1A | 14E | 24 | 3B |
| Octal | 275 | 162 | 222 | 0 | 50 | 27 | 32 | 516 | 44 | 73 |
| Binary | 10111101 | 1110010 | 10010010 | 0 | 101000 | 10111 | 11010 | 101001110 | 100100 | 111011 |
Color Harmonies of #BD7292
Complementary color
Monochromatic Colors of #BD7292
Black with #BD7292
Text Example
Text Example
White with #BD7292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7292; }
p { color: rgb(189,114,146); }
H1.HeaderClassName
{
color: #BD7292;
}
.AnyTagClassName
{
color: #BD7292;
}
</style>
background-color css
<style>
a { background-color: #BD7292; }
a { background-color: rgb(189,114,146); }
div.DivClassName
{
background-color: #BD7292;
}
.BgClassName
{
background-color: #BD7292;
}
</style>
border-color css
<style>
span { border-color: #BD7292; }
span { border-color: rgb(189,114,146); }
td.TdClassName
{
border-color: #BD7292;
}
.TagClassName
{
border-color: #BD7292;
}
</style>