Shades of Hippie Pink #BC4556
Tints of Hippie Pink #BC4556
RGB
CMYK
RGB Variations
Color information
#BC4556 (or 0xBC4556) is known color: Hippie Pink. HEX triplet: BC, 45 and 56. RGB value is (188,69,86). Sum of RGB (Red+Green+Blue) = 188+69+86=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4556 is #43BAA9. Grayscale: #6A6A6A. Windows color (decimal): -4438698 or 5653948. OLE color: 5653948.
HSL color Cylindrical-coordinate representation of color #BC4556: hue angle of 351.43º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4556 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 86 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.26 |
| HSL | 351.43º | 0.47% | 0.5% | - |
| HSV(B) | 351.43º | 0.63% | 0.74% | - |
| XYZ | 24.55 | 15.62 | 10.53 | - |
| YUV | 106.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 86 | 0 | 0.63 | 0.54 | 0.26 | 351.43 | 0.47 | 0.5 |
| Hex | BC | 45 | 56 | 0 | 3F | 36 | 1A | 15F | 2F | 32 |
| Octal | 274 | 105 | 126 | 0 | 77 | 66 | 32 | 537 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1010110 | 0 | 111111 | 110110 | 11010 | 101011111 | 101111 | 110010 |
Color Harmonies of #BC4556
Complementary color
Monochromatic Colors of #BC4556
Black with #BC4556
Text Example
Text Example
White with #BC4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4556; }
p { color: rgb(188,69,86); }
H1.HeaderClassName
{
color: #BC4556;
}
.AnyTagClassName
{
color: #BC4556;
}
</style>
background-color css
<style>
a { background-color: #BC4556; }
a { background-color: rgb(188,69,86); }
div.DivClassName
{
background-color: #BC4556;
}
.BgClassName
{
background-color: #BC4556;
}
</style>
border-color css
<style>
span { border-color: #BC4556; }
span { border-color: rgb(188,69,86); }
td.TdClassName
{
border-color: #BC4556;
}
.TagClassName
{
border-color: #BC4556;
}
</style>