Shades of Hippie Pink #BC4955
Tints of Hippie Pink #BC4955
RGB
CMYK
RGB Variations
Color information
#BC4955 (or 0xBC4955) is known color: Hippie Pink. HEX triplet: BC, 49 and 55. RGB value is (188,73,85). Sum of RGB (Red+Green+Blue) = 188+73+85=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4955 is #43B6AA. Grayscale: #6C6C6C. Windows color (decimal): -4437675 or 5589436. OLE color: 5589436.
HSL color Cylindrical-coordinate representation of color #BC4955: hue angle of 353.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4955 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 85 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.26 |
| HSL | 353.74º | 0.46% | 0.51% | - |
| HSV(B) | 353.74º | 0.61% | 0.74% | - |
| XYZ | 24.76 | 16.11 | 10.4 | - |
| YUV | 108.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 85 | 0 | 0.61 | 0.55 | 0.26 | 353.74 | 0.46 | 0.51 |
| Hex | BC | 49 | 55 | 0 | 3D | 37 | 1A | 162 | 2E | 33 |
| Octal | 274 | 111 | 125 | 0 | 75 | 67 | 32 | 542 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1010101 | 0 | 111101 | 110111 | 11010 | 101100010 | 101110 | 110011 |
Color Harmonies of #BC4955
Complementary color
Monochromatic Colors of #BC4955
Black with #BC4955
Text Example
Text Example
White with #BC4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4955; }
p { color: rgb(188,73,85); }
H1.HeaderClassName
{
color: #BC4955;
}
.AnyTagClassName
{
color: #BC4955;
}
</style>
background-color css
<style>
a { background-color: #BC4955; }
a { background-color: rgb(188,73,85); }
div.DivClassName
{
background-color: #BC4955;
}
.BgClassName
{
background-color: #BC4955;
}
</style>
border-color css
<style>
span { border-color: #BC4955; }
span { border-color: rgb(188,73,85); }
td.TdClassName
{
border-color: #BC4955;
}
.TagClassName
{
border-color: #BC4955;
}
</style>