Shades of Hippie Pink #BB4653
Tints of Hippie Pink #BB4653
RGB
CMYK
RGB Variations
Color information
#BB4653 (or 0xBB4653) is known color: Hippie Pink. HEX triplet: BB, 46 and 53. RGB value is (187,70,83). Sum of RGB (Red+Green+Blue) = 187+70+83=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4653 is #44B9AC. Grayscale: #6A6A6A. Windows color (decimal): -4503981 or 5457595. OLE color: 5457595.
HSL color Cylindrical-coordinate representation of color #BB4653: hue angle of 353.33º 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 #BB4653 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 83 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.27 |
| HSL | 353.33º | 0.46% | 0.5% | - |
| HSV(B) | 353.33º | 0.63% | 0.73% | - |
| XYZ | 24.25 | 15.57 | 9.91 | - |
| YUV | 106.47 | 114.76 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 83 | 0 | 0.63 | 0.56 | 0.27 | 353.33 | 0.46 | 0.5 |
| Hex | BB | 46 | 53 | 0 | 3F | 38 | 1B | 161 | 2E | 32 |
| Octal | 273 | 106 | 123 | 0 | 77 | 70 | 33 | 541 | 56 | 62 |
| Binary | 10111011 | 1000110 | 1010011 | 0 | 111111 | 111000 | 11011 | 101100001 | 101110 | 110010 |
Color Harmonies of #BB4653
Complementary color
Monochromatic Colors of #BB4653
Black with #BB4653
Text Example
Text Example
White with #BB4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4653; }
p { color: rgb(187,70,83); }
H1.HeaderClassName
{
color: #BB4653;
}
.AnyTagClassName
{
color: #BB4653;
}
</style>
background-color css
<style>
a { background-color: #BB4653; }
a { background-color: rgb(187,70,83); }
div.DivClassName
{
background-color: #BB4653;
}
.BgClassName
{
background-color: #BB4653;
}
</style>
border-color css
<style>
span { border-color: #BB4653; }
span { border-color: rgb(187,70,83); }
td.TdClassName
{
border-color: #BB4653;
}
.TagClassName
{
border-color: #BB4653;
}
</style>