Shades of Hippie Pink #BC4855
Tints of Hippie Pink #BC4855
RGB
CMYK
RGB Variations
Color information
#BC4855 (or 0xBC4855) is known color: Hippie Pink. HEX triplet: BC, 48 and 55. RGB value is (188,72,85). Sum of RGB (Red+Green+Blue) = 188+72+85=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4855 is #43B7AA. Grayscale: #6C6C6C. Windows color (decimal): -4437931 or 5589180. OLE color: 5589180.
HSL color Cylindrical-coordinate representation of color #BC4855: hue angle of 353.28º degrees, saturation: 0.46, 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 #BC4855 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 85 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.26 |
| HSL | 353.28º | 0.46% | 0.51% | - |
| HSV(B) | 353.28º | 0.62% | 0.74% | - |
| XYZ | 24.7 | 15.98 | 10.38 | - |
| YUV | 108.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 85 | 0 | 0.62 | 0.55 | 0.26 | 353.28 | 0.46 | 0.51 |
| Hex | BC | 48 | 55 | 0 | 3E | 37 | 1A | 161 | 2E | 33 |
| Octal | 274 | 110 | 125 | 0 | 76 | 67 | 32 | 541 | 56 | 63 |
| Binary | 10111100 | 1001000 | 1010101 | 0 | 111110 | 110111 | 11010 | 101100001 | 101110 | 110011 |
Color Harmonies of #BC4855
Complementary color
Monochromatic Colors of #BC4855
Black with #BC4855
Text Example
Text Example
White with #BC4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4855; }
p { color: rgb(188,72,85); }
H1.HeaderClassName
{
color: #BC4855;
}
.AnyTagClassName
{
color: #BC4855;
}
</style>
background-color css
<style>
a { background-color: #BC4855; }
a { background-color: rgb(188,72,85); }
div.DivClassName
{
background-color: #BC4855;
}
.BgClassName
{
background-color: #BC4855;
}
</style>
border-color css
<style>
span { border-color: #BC4855; }
span { border-color: rgb(188,72,85); }
td.TdClassName
{
border-color: #BC4855;
}
.TagClassName
{
border-color: #BC4855;
}
</style>