Shades of Hippie Pink #BC4954
Tints of Hippie Pink #BC4954
RGB
CMYK
RGB Variations
Color information
#BC4954 (or 0xBC4954) is known color: Hippie Pink. HEX triplet: BC, 49 and 54. RGB value is (188,73,84). Sum of RGB (Red+Green+Blue) = 188+73+84=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4954 is #43B6AB. Grayscale: #6C6C6C. Windows color (decimal): -4437676 or 5523900. OLE color: 5523900.
HSL color Cylindrical-coordinate representation of color #BC4954: hue angle of 354.26º 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 #BC4954 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 84 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.26 |
| HSL | 354.26º | 0.46% | 0.51% | - |
| HSV(B) | 354.26º | 0.61% | 0.74% | - |
| XYZ | 24.72 | 16.1 | 10.19 | - |
| YUV | 108.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 84 | 0 | 0.61 | 0.55 | 0.26 | 354.26 | 0.46 | 0.51 |
| Hex | BC | 49 | 54 | 0 | 3D | 37 | 1A | 162 | 2E | 33 |
| Octal | 274 | 111 | 124 | 0 | 75 | 67 | 32 | 542 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1010100 | 0 | 111101 | 110111 | 11010 | 101100010 | 101110 | 110011 |
Color Harmonies of #BC4954
Complementary color
Monochromatic Colors of #BC4954
Black with #BC4954
Text Example
Text Example
White with #BC4954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4954; }
p { color: rgb(188,73,84); }
H1.HeaderClassName
{
color: #BC4954;
}
.AnyTagClassName
{
color: #BC4954;
}
</style>
background-color css
<style>
a { background-color: #BC4954; }
a { background-color: rgb(188,73,84); }
div.DivClassName
{
background-color: #BC4954;
}
.BgClassName
{
background-color: #BC4954;
}
</style>
border-color css
<style>
span { border-color: #BC4954; }
span { border-color: rgb(188,73,84); }
td.TdClassName
{
border-color: #BC4954;
}
.TagClassName
{
border-color: #BC4954;
}
</style>