Shades of Hopbush #BD739E
Tints of Hopbush #BD739E
RGB
CMYK
RGB Variations
Color information
#BD739E (or 0xBD739E) is known color: Hopbush. HEX triplet: BD, 73 and 9E. RGB value is (189,115,158). Sum of RGB (Red+Green+Blue) = 189+115+158=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD739E is #428C61. Grayscale: #8D8D8D. Windows color (decimal): -4361314 or 10384317. OLE color: 10384317.
HSL color Cylindrical-coordinate representation of color #BD739E: hue angle of 325.14º 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 #BD739E is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 158 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.26 |
| HSL | 325.14º | 0.36% | 0.6% | - |
| HSV(B) | 325.14º | 0.39% | 0.74% | - |
| XYZ | 33.29 | 25.55 | 35.52 | - |
| YUV | 142.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 158 | 0 | 0.39 | 0.16 | 0.26 | 325.14 | 0.36 | 0.6 |
| Hex | BD | 73 | 9E | 0 | 27 | 10 | 1A | 145 | 24 | 3C |
| Octal | 275 | 163 | 236 | 0 | 47 | 20 | 32 | 505 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10011110 | 0 | 100111 | 10000 | 11010 | 101000101 | 100100 | 111100 |
Color Harmonies of #BD739E
Complementary color
Monochromatic Colors of #BD739E
Black with #BD739E
Text Example
Text Example
White with #BD739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD739E; }
p { color: rgb(189,115,158); }
H1.HeaderClassName
{
color: #BD739E;
}
.AnyTagClassName
{
color: #BD739E;
}
</style>
background-color css
<style>
a { background-color: #BD739E; }
a { background-color: rgb(189,115,158); }
div.DivClassName
{
background-color: #BD739E;
}
.BgClassName
{
background-color: #BD739E;
}
</style>
border-color css
<style>
span { border-color: #BD739E; }
span { border-color: rgb(189,115,158); }
td.TdClassName
{
border-color: #BD739E;
}
.TagClassName
{
border-color: #BD739E;
}
</style>