Shades of Hopbush #BD729F
Tints of Hopbush #BD729F
RGB
CMYK
RGB Variations
Color information
#BD729F (or 0xBD729F) is known color: Hopbush. HEX triplet: BD, 72 and 9F. RGB value is (189,114,159). Sum of RGB (Red+Green+Blue) = 189+114+159=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD729F is #428D60. Grayscale: #8D8D8D. Windows color (decimal): -4361569 or 10449597. OLE color: 10449597.
HSL color Cylindrical-coordinate representation of color #BD729F: hue angle of 324º 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 #BD729F is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 159 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.26 |
| HSL | 324º | 0.36% | 0.59% | - |
| HSV(B) | 324º | 0.4% | 0.74% | - |
| XYZ | 33.26 | 25.36 | 35.94 | - |
| YUV | 141.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 159 | 0 | 0.40 | 0.16 | 0.26 | 324 | 0.36 | 0.59 |
| Hex | BD | 72 | 9F | 0 | 28 | 10 | 1A | 144 | 24 | 3B |
| Octal | 275 | 162 | 237 | 0 | 50 | 20 | 32 | 504 | 44 | 73 |
| Binary | 10111101 | 1110010 | 10011111 | 0 | 101000 | 10000 | 11010 | 101000100 | 100100 | 111011 |
Color Harmonies of #BD729F
Complementary color
Monochromatic Colors of #BD729F
Black with #BD729F
Text Example
Text Example
White with #BD729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD729F; }
p { color: rgb(189,114,159); }
H1.HeaderClassName
{
color: #BD729F;
}
.AnyTagClassName
{
color: #BD729F;
}
</style>
background-color css
<style>
a { background-color: #BD729F; }
a { background-color: rgb(189,114,159); }
div.DivClassName
{
background-color: #BD729F;
}
.BgClassName
{
background-color: #BD729F;
}
</style>
border-color css
<style>
span { border-color: #BD729F; }
span { border-color: rgb(189,114,159); }
td.TdClassName
{
border-color: #BD729F;
}
.TagClassName
{
border-color: #BD729F;
}
</style>