Shades of Hippie Pink #BB4756
Tints of Hippie Pink #BB4756
RGB
CMYK
RGB Variations
Color information
#BB4756 (or 0xBB4756) is known color: Hippie Pink. HEX triplet: BB, 47 and 56. RGB value is (187,71,86). Sum of RGB (Red+Green+Blue) = 187+71+86=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4756 is #44B8A9. Grayscale: #6B6B6B. Windows color (decimal): -4503722 or 5654459. OLE color: 5654459.
HSL color Cylindrical-coordinate representation of color #BB4756: hue angle of 352.24º 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 #BB4756 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 86 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.27 |
| HSL | 352.24º | 0.46% | 0.51% | - |
| HSV(B) | 352.24º | 0.62% | 0.73% | - |
| XYZ | 24.43 | 15.74 | 10.56 | - |
| YUV | 107.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 86 | 0 | 0.62 | 0.54 | 0.27 | 352.24 | 0.46 | 0.51 |
| Hex | BB | 47 | 56 | 0 | 3E | 36 | 1B | 160 | 2E | 33 |
| Octal | 273 | 107 | 126 | 0 | 76 | 66 | 33 | 540 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1010110 | 0 | 111110 | 110110 | 11011 | 101100000 | 101110 | 110011 |
Color Harmonies of #BB4756
Complementary color
Monochromatic Colors of #BB4756
Black with #BB4756
Text Example
Text Example
White with #BB4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4756; }
p { color: rgb(187,71,86); }
H1.HeaderClassName
{
color: #BB4756;
}
.AnyTagClassName
{
color: #BB4756;
}
</style>
background-color css
<style>
a { background-color: #BB4756; }
a { background-color: rgb(187,71,86); }
div.DivClassName
{
background-color: #BB4756;
}
.BgClassName
{
background-color: #BB4756;
}
</style>
border-color css
<style>
span { border-color: #BB4756; }
span { border-color: rgb(187,71,86); }
td.TdClassName
{
border-color: #BB4756;
}
.TagClassName
{
border-color: #BB4756;
}
</style>