Shades of Hippie Pink #BC4756
Tints of Hippie Pink #BC4756
RGB
CMYK
RGB Variations
Color information
#BC4756 (or 0xBC4756) is known color: Hippie Pink. HEX triplet: BC, 47 and 56. RGB value is (188,71,86). Sum of RGB (Red+Green+Blue) = 188+71+86=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4756 is #43B8A9. Grayscale: #6B6B6B. Windows color (decimal): -4438186 or 5654460. OLE color: 5654460.
HSL color Cylindrical-coordinate representation of color #BC4756: hue angle of 352.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4756 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 86 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.26 |
| HSL | 352.31º | 0.47% | 0.51% | - |
| HSV(B) | 352.31º | 0.62% | 0.74% | - |
| XYZ | 24.67 | 15.87 | 10.57 | - |
| YUV | 107.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 86 | 0 | 0.62 | 0.54 | 0.26 | 352.31 | 0.47 | 0.51 |
| Hex | BC | 47 | 56 | 0 | 3E | 36 | 1A | 160 | 2F | 33 |
| Octal | 274 | 107 | 126 | 0 | 76 | 66 | 32 | 540 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1010110 | 0 | 111110 | 110110 | 11010 | 101100000 | 101111 | 110011 |
Color Harmonies of #BC4756
Complementary color
Monochromatic Colors of #BC4756
Black with #BC4756
Text Example
Text Example
White with #BC4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4756; }
p { color: rgb(188,71,86); }
H1.HeaderClassName
{
color: #BC4756;
}
.AnyTagClassName
{
color: #BC4756;
}
</style>
background-color css
<style>
a { background-color: #BC4756; }
a { background-color: rgb(188,71,86); }
div.DivClassName
{
background-color: #BC4756;
}
.BgClassName
{
background-color: #BC4756;
}
</style>
border-color css
<style>
span { border-color: #BC4756; }
span { border-color: rgb(188,71,86); }
td.TdClassName
{
border-color: #BC4756;
}
.TagClassName
{
border-color: #BC4756;
}
</style>