Shades of Hippie Pink #BF4059
Tints of Hippie Pink #BF4059
RGB
CMYK
RGB Variations
Color information
#BF4059 (or 0xBF4059) is known color: Hippie Pink. HEX triplet: BF, 40 and 59. RGB value is (191,64,89). Sum of RGB (Red+Green+Blue) = 191+64+89=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4059 is #40BFA6. Grayscale: #686868. Windows color (decimal): -4243367 or 5849279. OLE color: 5849279.
HSL color Cylindrical-coordinate representation of color #BF4059: hue angle of 348.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4059 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 89 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.25 |
| HSL | 348.19º | 0.5% | 0.5% | - |
| HSV(B) | 348.19º | 0.66% | 0.75% | - |
| XYZ | 25.12 | 15.46 | 11.11 | - |
| YUV | 104.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 89 | 0 | 0.66 | 0.53 | 0.25 | 348.19 | 0.5 | 0.5 |
| Hex | BF | 40 | 59 | 0 | 42 | 35 | 19 | 15C | 32 | 32 |
| Octal | 277 | 100 | 131 | 0 | 102 | 65 | 31 | 534 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1011001 | 0 | 1000010 | 110101 | 11001 | 101011100 | 110010 | 110010 |
Color Harmonies of #BF4059
Complementary color
Monochromatic Colors of #BF4059
Black with #BF4059
Text Example
Text Example
White with #BF4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4059; }
p { color: rgb(191,64,89); }
H1.HeaderClassName
{
color: #BF4059;
}
.AnyTagClassName
{
color: #BF4059;
}
</style>
background-color css
<style>
a { background-color: #BF4059; }
a { background-color: rgb(191,64,89); }
div.DivClassName
{
background-color: #BF4059;
}
.BgClassName
{
background-color: #BF4059;
}
</style>
border-color css
<style>
span { border-color: #BF4059; }
span { border-color: rgb(191,64,89); }
td.TdClassName
{
border-color: #BF4059;
}
.TagClassName
{
border-color: #BF4059;
}
</style>