Shades of Hopbush #BF729B
Tints of Hopbush #BF729B
RGB
CMYK
RGB Variations
Color information
#BF729B (or 0xBF729B) is known color: Hopbush. HEX triplet: BF, 72 and 9B. RGB value is (191,114,155). Sum of RGB (Red+Green+Blue) = 191+114+155=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF729B is #408D64. Grayscale: #8D8D8D. Windows color (decimal): -4230501 or 10187455. OLE color: 10187455.
HSL color Cylindrical-coordinate representation of color #BF729B: hue angle of 328.05º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF729B is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 155 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.25 |
| HSL | 328.05º | 0.38% | 0.6% | - |
| HSV(B) | 328.05º | 0.4% | 0.75% | - |
| XYZ | 33.42 | 25.48 | 34.17 | - |
| YUV | 141.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 155 | 0 | 0.40 | 0.19 | 0.25 | 328.05 | 0.38 | 0.6 |
| Hex | BF | 72 | 9B | 0 | 28 | 13 | 19 | 148 | 26 | 3C |
| Octal | 277 | 162 | 233 | 0 | 50 | 23 | 31 | 510 | 46 | 74 |
| Binary | 10111111 | 1110010 | 10011011 | 0 | 101000 | 10011 | 11001 | 101001000 | 100110 | 111100 |
Color Harmonies of #BF729B
Complementary color
Monochromatic Colors of #BF729B
Black with #BF729B
Text Example
Text Example
White with #BF729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF729B; }
p { color: rgb(191,114,155); }
H1.HeaderClassName
{
color: #BF729B;
}
.AnyTagClassName
{
color: #BF729B;
}
</style>
background-color css
<style>
a { background-color: #BF729B; }
a { background-color: rgb(191,114,155); }
div.DivClassName
{
background-color: #BF729B;
}
.BgClassName
{
background-color: #BF729B;
}
</style>
border-color css
<style>
span { border-color: #BF729B; }
span { border-color: rgb(191,114,155); }
td.TdClassName
{
border-color: #BF729B;
}
.TagClassName
{
border-color: #BF729B;
}
</style>