Shades of Hippie Pink #BB4755
Tints of Hippie Pink #BB4755
RGB
CMYK
RGB Variations
Color information
#BB4755 (or 0xBB4755) is known color: Hippie Pink. HEX triplet: BB, 47 and 55. RGB value is (187,71,85). Sum of RGB (Red+Green+Blue) = 187+71+85=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4755 is #44B8AA. Grayscale: #6B6B6B. Windows color (decimal): -4503723 or 5588923. OLE color: 5588923.
HSL color Cylindrical-coordinate representation of color #BB4755: hue angle of 352.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4755 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 85 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.27 |
| HSL | 352.76º | 0.46% | 0.51% | - |
| HSV(B) | 352.76º | 0.62% | 0.73% | - |
| XYZ | 24.39 | 15.73 | 10.34 | - |
| YUV | 107.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 85 | 0 | 0.62 | 0.55 | 0.27 | 352.76 | 0.46 | 0.51 |
| Hex | BB | 47 | 55 | 0 | 3E | 37 | 1B | 161 | 2E | 33 |
| Octal | 273 | 107 | 125 | 0 | 76 | 67 | 33 | 541 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1010101 | 0 | 111110 | 110111 | 11011 | 101100001 | 101110 | 110011 |
Color Harmonies of #BB4755
Complementary color
Monochromatic Colors of #BB4755
Black with #BB4755
Text Example
Text Example
White with #BB4755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4755; }
p { color: rgb(187,71,85); }
H1.HeaderClassName
{
color: #BB4755;
}
.AnyTagClassName
{
color: #BB4755;
}
</style>
background-color css
<style>
a { background-color: #BB4755; }
a { background-color: rgb(187,71,85); }
div.DivClassName
{
background-color: #BB4755;
}
.BgClassName
{
background-color: #BB4755;
}
</style>
border-color css
<style>
span { border-color: #BB4755; }
span { border-color: rgb(187,71,85); }
td.TdClassName
{
border-color: #BB4755;
}
.TagClassName
{
border-color: #BB4755;
}
</style>