Shades of Hippie Pink #BC485A
Tints of Hippie Pink #BC485A
RGB
CMYK
RGB Variations
Color information
#BC485A (or 0xBC485A) is known color: Hippie Pink. HEX triplet: BC, 48 and 5A. RGB value is (188,72,90). Sum of RGB (Red+Green+Blue) = 188+72+90=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC485A is #43B7A5. Grayscale: #6C6C6C. Windows color (decimal): -4437926 or 5916860. OLE color: 5916860.
HSL color Cylindrical-coordinate representation of color #BC485A: hue angle of 350.69º 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 #BC485A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 90 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.26 |
| HSL | 350.69º | 0.46% | 0.51% | - |
| HSV(B) | 350.69º | 0.62% | 0.74% | - |
| XYZ | 24.9 | 16.06 | 11.46 | - |
| YUV | 108.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 90 | 0 | 0.62 | 0.52 | 0.26 | 350.69 | 0.46 | 0.51 |
| Hex | BC | 48 | 5A | 0 | 3E | 34 | 1A | 15F | 2E | 33 |
| Octal | 274 | 110 | 132 | 0 | 76 | 64 | 32 | 537 | 56 | 63 |
| Binary | 10111100 | 1001000 | 1011010 | 0 | 111110 | 110100 | 11010 | 101011111 | 101110 | 110011 |
Color Harmonies of #BC485A
Complementary color
Monochromatic Colors of #BC485A
Black with #BC485A
Text Example
Text Example
White with #BC485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC485A; }
p { color: rgb(188,72,90); }
H1.HeaderClassName
{
color: #BC485A;
}
.AnyTagClassName
{
color: #BC485A;
}
</style>
background-color css
<style>
a { background-color: #BC485A; }
a { background-color: rgb(188,72,90); }
div.DivClassName
{
background-color: #BC485A;
}
.BgClassName
{
background-color: #BC485A;
}
</style>
border-color css
<style>
span { border-color: #BC485A; }
span { border-color: rgb(188,72,90); }
td.TdClassName
{
border-color: #BC485A;
}
.TagClassName
{
border-color: #BC485A;
}
</style>