Shades of Hippie Pink #BC4356
Tints of Hippie Pink #BC4356
RGB
CMYK
RGB Variations
Color information
#BC4356 (or 0xBC4356) is known color: Hippie Pink. HEX triplet: BC, 43 and 56. RGB value is (188,67,86). Sum of RGB (Red+Green+Blue) = 188+67+86=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4356 is #43BCA9. Grayscale: #696969. Windows color (decimal): -4439210 or 5653436. OLE color: 5653436.
HSL color Cylindrical-coordinate representation of color #BC4356: hue angle of 350.58º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4356 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 86 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.26 |
| HSL | 350.58º | 0.47% | 0.5% | - |
| HSV(B) | 350.58º | 0.64% | 0.74% | - |
| XYZ | 24.43 | 15.38 | 10.48 | - |
| YUV | 105.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 86 | 0 | 0.64 | 0.54 | 0.26 | 350.58 | 0.47 | 0.5 |
| Hex | BC | 43 | 56 | 0 | 40 | 36 | 1A | 15F | 2F | 32 |
| Octal | 274 | 103 | 126 | 0 | 100 | 66 | 32 | 537 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1010110 | 0 | 1000000 | 110110 | 11010 | 101011111 | 101111 | 110010 |
Color Harmonies of #BC4356
Complementary color
Monochromatic Colors of #BC4356
Black with #BC4356
Text Example
Text Example
White with #BC4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4356; }
p { color: rgb(188,67,86); }
H1.HeaderClassName
{
color: #BC4356;
}
.AnyTagClassName
{
color: #BC4356;
}
</style>
background-color css
<style>
a { background-color: #BC4356; }
a { background-color: rgb(188,67,86); }
div.DivClassName
{
background-color: #BC4356;
}
.BgClassName
{
background-color: #BC4356;
}
</style>
border-color css
<style>
span { border-color: #BC4356; }
span { border-color: rgb(188,67,86); }
td.TdClassName
{
border-color: #BC4356;
}
.TagClassName
{
border-color: #BC4356;
}
</style>