Shades of Hippie Pink #BB4057
Tints of Hippie Pink #BB4057
RGB
CMYK
RGB Variations
Color information
#BB4057 (or 0xBB4057) is known color: Hippie Pink. HEX triplet: BB, 40 and 57. RGB value is (187,64,87). Sum of RGB (Red+Green+Blue) = 187+64+87=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4057 is #44BFA8. Grayscale: #676767. Windows color (decimal): -4505513 or 5718203. OLE color: 5718203.
HSL color Cylindrical-coordinate representation of color #BB4057: hue angle of 348.78º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4057 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 87 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.27 |
| HSL | 348.78º | 0.49% | 0.49% | - |
| HSV(B) | 348.78º | 0.66% | 0.73% | - |
| XYZ | 24.05 | 14.92 | 10.63 | - |
| YUV | 103.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 87 | 0 | 0.66 | 0.53 | 0.27 | 348.78 | 0.49 | 0.49 |
| Hex | BB | 40 | 57 | 0 | 42 | 35 | 1B | 15D | 31 | 31 |
| Octal | 273 | 100 | 127 | 0 | 102 | 65 | 33 | 535 | 61 | 61 |
| Binary | 10111011 | 1000000 | 1010111 | 0 | 1000010 | 110101 | 11011 | 101011101 | 110001 | 110001 |
Color Harmonies of #BB4057
Complementary color
Monochromatic Colors of #BB4057
Black with #BB4057
Text Example
Text Example
White with #BB4057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4057; }
p { color: rgb(187,64,87); }
H1.HeaderClassName
{
color: #BB4057;
}
.AnyTagClassName
{
color: #BB4057;
}
</style>
background-color css
<style>
a { background-color: #BB4057; }
a { background-color: rgb(187,64,87); }
div.DivClassName
{
background-color: #BB4057;
}
.BgClassName
{
background-color: #BB4057;
}
</style>
border-color css
<style>
span { border-color: #BB4057; }
span { border-color: rgb(187,64,87); }
td.TdClassName
{
border-color: #BB4057;
}
.TagClassName
{
border-color: #BB4057;
}
</style>