Shades of Hippie Pink #BC454D
Tints of Hippie Pink #BC454D
RGB
CMYK
RGB Variations
Color information
#BC454D (or 0xBC454D) is known color: Hippie Pink. HEX triplet: BC, 45 and 4D. RGB value is (188,69,77). Sum of RGB (Red+Green+Blue) = 188+69+77=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC454D is #43BAB2. Grayscale: #696969. Windows color (decimal): -4438707 or 5064124. OLE color: 5064124.
HSL color Cylindrical-coordinate representation of color #BC454D: hue angle of 355.97º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC454D is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 77 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.26 |
| HSL | 355.97º | 0.47% | 0.5% | - |
| HSV(B) | 355.97º | 0.63% | 0.74% | - |
| XYZ | 24.21 | 15.48 | 8.73 | - |
| YUV | 105.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 77 | 0 | 0.63 | 0.59 | 0.26 | 355.97 | 0.47 | 0.5 |
| Hex | BC | 45 | 4D | 0 | 3F | 3B | 1A | 164 | 2F | 32 |
| Octal | 274 | 105 | 115 | 0 | 77 | 73 | 32 | 544 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1001101 | 0 | 111111 | 111011 | 11010 | 101100100 | 101111 | 110010 |
Color Harmonies of #BC454D
Complementary color
Monochromatic Colors of #BC454D
Black with #BC454D
Text Example
Text Example
White with #BC454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC454D; }
p { color: rgb(188,69,77); }
H1.HeaderClassName
{
color: #BC454D;
}
.AnyTagClassName
{
color: #BC454D;
}
</style>
background-color css
<style>
a { background-color: #BC454D; }
a { background-color: rgb(188,69,77); }
div.DivClassName
{
background-color: #BC454D;
}
.BgClassName
{
background-color: #BC454D;
}
</style>
border-color css
<style>
span { border-color: #BC454D; }
span { border-color: rgb(188,69,77); }
td.TdClassName
{
border-color: #BC454D;
}
.TagClassName
{
border-color: #BC454D;
}
</style>