Shades of Hopbush #BC739B
Tints of Hopbush #BC739B
RGB
CMYK
RGB Variations
Color information
#BC739B (or 0xBC739B) is known color: Hopbush. HEX triplet: BC, 73 and 9B. RGB value is (188,115,155). Sum of RGB (Red+Green+Blue) = 188+115+155=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC739B is #438C64. Grayscale: #8D8D8D. Windows color (decimal): -4426853 or 10187708. OLE color: 10187708.
HSL color Cylindrical-coordinate representation of color #BC739B: hue angle of 327.12º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC739B is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 155 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.26 |
| HSL | 327.12º | 0.35% | 0.59% | - |
| HSV(B) | 327.12º | 0.39% | 0.74% | - |
| XYZ | 32.79 | 25.32 | 34.17 | - |
| YUV | 141.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 155 | 0 | 0.39 | 0.18 | 0.26 | 327.12 | 0.35 | 0.59 |
| Hex | BC | 73 | 9B | 0 | 27 | 12 | 1A | 147 | 23 | 3B |
| Octal | 274 | 163 | 233 | 0 | 47 | 22 | 32 | 507 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10011011 | 0 | 100111 | 10010 | 11010 | 101000111 | 100011 | 111011 |
Color Harmonies of #BC739B
Complementary color
Monochromatic Colors of #BC739B
Black with #BC739B
Text Example
Text Example
White with #BC739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC739B; }
p { color: rgb(188,115,155); }
H1.HeaderClassName
{
color: #BC739B;
}
.AnyTagClassName
{
color: #BC739B;
}
</style>
background-color css
<style>
a { background-color: #BC739B; }
a { background-color: rgb(188,115,155); }
div.DivClassName
{
background-color: #BC739B;
}
.BgClassName
{
background-color: #BC739B;
}
</style>
border-color css
<style>
span { border-color: #BC739B; }
span { border-color: rgb(188,115,155); }
td.TdClassName
{
border-color: #BC739B;
}
.TagClassName
{
border-color: #BC739B;
}
</style>