Shades of Hopbush #BF738E
Tints of Hopbush #BF738E
RGB
CMYK
RGB Variations
Color information
#BF738E (or 0xBF738E) is known color: Hopbush. HEX triplet: BF, 73 and 8E. RGB value is (191,115,142). Sum of RGB (Red+Green+Blue) = 191+115+142=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF738E is #408C71. Grayscale: #8C8C8C. Windows color (decimal): -4230258 or 9335743. OLE color: 9335743.
HSL color Cylindrical-coordinate representation of color #BF738E: hue angle of 338.68º degrees, saturation: 0.37, 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 #BF738E is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 142 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.25 |
| HSL | 338.68º | 0.37% | 0.6% | - |
| HSV(B) | 338.68º | 0.4% | 0.75% | - |
| XYZ | 32.5 | 25.29 | 28.76 | - |
| YUV | 140.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 142 | 0 | 0.40 | 0.26 | 0.25 | 338.68 | 0.37 | 0.6 |
| Hex | BF | 73 | 8E | 0 | 28 | 1A | 19 | 153 | 25 | 3C |
| Octal | 277 | 163 | 216 | 0 | 50 | 32 | 31 | 523 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10001110 | 0 | 101000 | 11010 | 11001 | 101010011 | 100101 | 111100 |
Color Harmonies of #BF738E
Complementary color
Monochromatic Colors of #BF738E
Black with #BF738E
Text Example
Text Example
White with #BF738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF738E; }
p { color: rgb(191,115,142); }
H1.HeaderClassName
{
color: #BF738E;
}
.AnyTagClassName
{
color: #BF738E;
}
</style>
background-color css
<style>
a { background-color: #BF738E; }
a { background-color: rgb(191,115,142); }
div.DivClassName
{
background-color: #BF738E;
}
.BgClassName
{
background-color: #BF738E;
}
</style>
border-color css
<style>
span { border-color: #BF738E; }
span { border-color: rgb(191,115,142); }
td.TdClassName
{
border-color: #BF738E;
}
.TagClassName
{
border-color: #BF738E;
}
</style>