Shades of Hippie Pink #BF405B
Tints of Hippie Pink #BF405B
RGB
CMYK
RGB Variations
Color information
#BF405B (or 0xBF405B) is known color: Hippie Pink. HEX triplet: BF, 40 and 5B. RGB value is (191,64,91). Sum of RGB (Red+Green+Blue) = 191+64+91=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF405B is #40BFA4. Grayscale: #696969. Windows color (decimal): -4243365 or 5980351. OLE color: 5980351.
HSL color Cylindrical-coordinate representation of color #BF405B: hue angle of 347.24º 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 #BF405B is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 91 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.25 |
| HSL | 347.24º | 0.5% | 0.5% | - |
| HSV(B) | 347.24º | 0.66% | 0.75% | - |
| XYZ | 25.21 | 15.5 | 11.56 | - |
| YUV | 105.05 | 120.08 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 91 | 0 | 0.66 | 0.52 | 0.25 | 347.24 | 0.5 | 0.5 |
| Hex | BF | 40 | 5B | 0 | 42 | 34 | 19 | 15B | 32 | 32 |
| Octal | 277 | 100 | 133 | 0 | 102 | 64 | 31 | 533 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1011011 | 0 | 1000010 | 110100 | 11001 | 101011011 | 110010 | 110010 |
Color Harmonies of #BF405B
Complementary color
Monochromatic Colors of #BF405B
Black with #BF405B
Text Example
Text Example
White with #BF405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF405B; }
p { color: rgb(191,64,91); }
H1.HeaderClassName
{
color: #BF405B;
}
.AnyTagClassName
{
color: #BF405B;
}
</style>
background-color css
<style>
a { background-color: #BF405B; }
a { background-color: rgb(191,64,91); }
div.DivClassName
{
background-color: #BF405B;
}
.BgClassName
{
background-color: #BF405B;
}
</style>
border-color css
<style>
span { border-color: #BF405B; }
span { border-color: rgb(191,64,91); }
td.TdClassName
{
border-color: #BF405B;
}
.TagClassName
{
border-color: #BF405B;
}
</style>