Shades of Hippie Pink #BB4B55
Tints of Hippie Pink #BB4B55
RGB
CMYK
RGB Variations
Color information
#BB4B55 (or 0xBB4B55) is known color: Hippie Pink. HEX triplet: BB, 4B and 55. RGB value is (187,75,85). Sum of RGB (Red+Green+Blue) = 187+75+85=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B55 is #44B4AA. Grayscale: #6D6D6D. Windows color (decimal): -4502699 or 5589947. OLE color: 5589947.
HSL color Cylindrical-coordinate representation of color #BB4B55: hue angle of 354.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B55 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 75 | 85 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.27 |
| HSL | 354.64º | 0.45% | 0.51% | - |
| HSV(B) | 354.64º | 0.6% | 0.73% | - |
| XYZ | 24.65 | 16.25 | 10.43 | - |
| YUV | 109.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 85 | 0 | 0.60 | 0.55 | 0.27 | 354.64 | 0.45 | 0.51 |
| Hex | BB | 4B | 55 | 0 | 3C | 37 | 1B | 163 | 2D | 33 |
| Octal | 273 | 113 | 125 | 0 | 74 | 67 | 33 | 543 | 55 | 63 |
| Binary | 10111011 | 1001011 | 1010101 | 0 | 111100 | 110111 | 11011 | 101100011 | 101101 | 110011 |
Color Harmonies of #BB4B55
Complementary color
Monochromatic Colors of #BB4B55
Black with #BB4B55
Text Example
Text Example
White with #BB4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4B55; }
p { color: rgb(187,75,85); }
H1.HeaderClassName
{
color: #BB4B55;
}
.AnyTagClassName
{
color: #BB4B55;
}
</style>
background-color css
<style>
a { background-color: #BB4B55; }
a { background-color: rgb(187,75,85); }
div.DivClassName
{
background-color: #BB4B55;
}
.BgClassName
{
background-color: #BB4B55;
}
</style>
border-color css
<style>
span { border-color: #BB4B55; }
span { border-color: rgb(187,75,85); }
td.TdClassName
{
border-color: #BB4B55;
}
.TagClassName
{
border-color: #BB4B55;
}
</style>