Shades of Hopbush #BD739C
Tints of Hopbush #BD739C
RGB
CMYK
RGB Variations
Color information
#BD739C (or 0xBD739C) is known color: Hopbush. HEX triplet: BD, 73 and 9C. RGB value is (189,115,156). Sum of RGB (Red+Green+Blue) = 189+115+156=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD739C is #428C63. Grayscale: #8D8D8D. Windows color (decimal): -4361316 or 10253245. OLE color: 10253245.
HSL color Cylindrical-coordinate representation of color #BD739C: hue angle of 326.76º 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 #BD739C is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 156 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.26 |
| HSL | 326.76º | 0.36% | 0.6% | - |
| HSV(B) | 326.76º | 0.39% | 0.74% | - |
| XYZ | 33.12 | 25.48 | 34.63 | - |
| YUV | 141.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 156 | 0 | 0.39 | 0.17 | 0.26 | 326.76 | 0.36 | 0.6 |
| Hex | BD | 73 | 9C | 0 | 27 | 11 | 1A | 147 | 24 | 3C |
| Octal | 275 | 163 | 234 | 0 | 47 | 21 | 32 | 507 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10011100 | 0 | 100111 | 10001 | 11010 | 101000111 | 100100 | 111100 |
Color Harmonies of #BD739C
Complementary color
Monochromatic Colors of #BD739C
Black with #BD739C
Text Example
Text Example
White with #BD739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD739C; }
p { color: rgb(189,115,156); }
H1.HeaderClassName
{
color: #BD739C;
}
.AnyTagClassName
{
color: #BD739C;
}
</style>
background-color css
<style>
a { background-color: #BD739C; }
a { background-color: rgb(189,115,156); }
div.DivClassName
{
background-color: #BD739C;
}
.BgClassName
{
background-color: #BD739C;
}
</style>
border-color css
<style>
span { border-color: #BD739C; }
span { border-color: rgb(189,115,156); }
td.TdClassName
{
border-color: #BD739C;
}
.TagClassName
{
border-color: #BD739C;
}
</style>