Shades of Hopbush #BC739C
Tints of Hopbush #BC739C
RGB
CMYK
RGB Variations
Color information
#BC739C (or 0xBC739C) is known color: Hopbush. HEX triplet: BC, 73 and 9C. RGB value is (188,115,156). Sum of RGB (Red+Green+Blue) = 188+115+156=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC739C is #438C63. Grayscale: #8D8D8D. Windows color (decimal): -4426852 or 10253244. OLE color: 10253244.
HSL color Cylindrical-coordinate representation of color #BC739C: hue angle of 326.3º 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 #BC739C is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 156 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.26 |
| HSL | 326.3º | 0.35% | 0.59% | - |
| HSV(B) | 326.3º | 0.39% | 0.74% | - |
| XYZ | 32.87 | 25.35 | 34.61 | - |
| YUV | 141.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 156 | 0 | 0.39 | 0.17 | 0.26 | 326.3 | 0.35 | 0.59 |
| Hex | BC | 73 | 9C | 0 | 27 | 11 | 1A | 146 | 23 | 3B |
| Octal | 274 | 163 | 234 | 0 | 47 | 21 | 32 | 506 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10011100 | 0 | 100111 | 10001 | 11010 | 101000110 | 100011 | 111011 |
Color Harmonies of #BC739C
Complementary color
Monochromatic Colors of #BC739C
Black with #BC739C
Text Example
Text Example
White with #BC739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC739C; }
p { color: rgb(188,115,156); }
H1.HeaderClassName
{
color: #BC739C;
}
.AnyTagClassName
{
color: #BC739C;
}
</style>
background-color css
<style>
a { background-color: #BC739C; }
a { background-color: rgb(188,115,156); }
div.DivClassName
{
background-color: #BC739C;
}
.BgClassName
{
background-color: #BC739C;
}
</style>
border-color css
<style>
span { border-color: #BC739C; }
span { border-color: rgb(188,115,156); }
td.TdClassName
{
border-color: #BC739C;
}
.TagClassName
{
border-color: #BC739C;
}
</style>