Shades of Hippie Pink #BB464F
Tints of Hippie Pink #BB464F
RGB
CMYK
RGB Variations
Color information
#BB464F (or 0xBB464F) is known color: Hippie Pink. HEX triplet: BB, 46 and 4F. RGB value is (187,70,79). Sum of RGB (Red+Green+Blue) = 187+70+79=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB464F is #44B9B0. Grayscale: #6A6A6A. Windows color (decimal): -4503985 or 5195451. OLE color: 5195451.
HSL color Cylindrical-coordinate representation of color #BB464F: hue angle of 355.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB464F is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 79 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.27 |
| HSL | 355.38º | 0.46% | 0.5% | - |
| HSV(B) | 355.38º | 0.63% | 0.73% | - |
| XYZ | 24.09 | 15.51 | 9.12 | - |
| YUV | 106.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 79 | 0 | 0.63 | 0.58 | 0.27 | 355.38 | 0.46 | 0.5 |
| Hex | BB | 46 | 4F | 0 | 3F | 3A | 1B | 163 | 2E | 32 |
| Octal | 273 | 106 | 117 | 0 | 77 | 72 | 33 | 543 | 56 | 62 |
| Binary | 10111011 | 1000110 | 1001111 | 0 | 111111 | 111010 | 11011 | 101100011 | 101110 | 110010 |
Color Harmonies of #BB464F
Complementary color
Monochromatic Colors of #BB464F
Black with #BB464F
Text Example
Text Example
White with #BB464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB464F; }
p { color: rgb(187,70,79); }
H1.HeaderClassName
{
color: #BB464F;
}
.AnyTagClassName
{
color: #BB464F;
}
</style>
background-color css
<style>
a { background-color: #BB464F; }
a { background-color: rgb(187,70,79); }
div.DivClassName
{
background-color: #BB464F;
}
.BgClassName
{
background-color: #BB464F;
}
</style>
border-color css
<style>
span { border-color: #BB464F; }
span { border-color: rgb(187,70,79); }
td.TdClassName
{
border-color: #BB464F;
}
.TagClassName
{
border-color: #BB464F;
}
</style>