Shades of Hippie Pink #BF4259
Tints of Hippie Pink #BF4259
RGB
CMYK
RGB Variations
Color information
#BF4259 (or 0xBF4259) is known color: Hippie Pink. HEX triplet: BF, 42 and 59. RGB value is (191,66,89). Sum of RGB (Red+Green+Blue) = 191+66+89=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4259 is #40BDA6. Grayscale: #6A6A6A. Windows color (decimal): -4242855 or 5849791. OLE color: 5849791.
HSL color Cylindrical-coordinate representation of color #BF4259: hue angle of 348.96º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4259 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 89 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.25 |
| HSL | 348.96º | 0.49% | 0.5% | - |
| HSV(B) | 348.96º | 0.65% | 0.75% | - |
| XYZ | 25.24 | 15.69 | 11.15 | - |
| YUV | 106 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 89 | 0 | 0.65 | 0.53 | 0.25 | 348.96 | 0.49 | 0.5 |
| Hex | BF | 42 | 59 | 0 | 41 | 35 | 19 | 15D | 31 | 32 |
| Octal | 277 | 102 | 131 | 0 | 101 | 65 | 31 | 535 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1011001 | 0 | 1000001 | 110101 | 11001 | 101011101 | 110001 | 110010 |
Color Harmonies of #BF4259
Complementary color
Monochromatic Colors of #BF4259
Black with #BF4259
Text Example
Text Example
White with #BF4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4259; }
p { color: rgb(191,66,89); }
H1.HeaderClassName
{
color: #BF4259;
}
.AnyTagClassName
{
color: #BF4259;
}
</style>
background-color css
<style>
a { background-color: #BF4259; }
a { background-color: rgb(191,66,89); }
div.DivClassName
{
background-color: #BF4259;
}
.BgClassName
{
background-color: #BF4259;
}
</style>
border-color css
<style>
span { border-color: #BF4259; }
span { border-color: rgb(191,66,89); }
td.TdClassName
{
border-color: #BF4259;
}
.TagClassName
{
border-color: #BF4259;
}
</style>