Shades of Hippie Pink #B63C57
Tints of Hippie Pink #B63C57
RGB
CMYK
RGB Variations
Color information
#B63C57 (or 0xB63C57) is known color: Hippie Pink. HEX triplet: B6, 3C and 57. RGB value is (182,60,87). Sum of RGB (Red+Green+Blue) = 182+60+87=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C57 is #49C3A8. Grayscale: #636363. Windows color (decimal): -4834217 or 5717174. OLE color: 5717174.
HSL color Cylindrical-coordinate representation of color #B63C57: hue angle of 346.72º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C57 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 87 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.29 |
| HSL | 346.72º | 0.5% | 0.47% | - |
| HSV(B) | 346.72º | 0.67% | 0.71% | - |
| XYZ | 22.63 | 13.86 | 10.5 | - |
| YUV | 99.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 87 | 0 | 0.67 | 0.52 | 0.29 | 346.72 | 0.5 | 0.47 |
| Hex | B6 | 3C | 57 | 0 | 43 | 34 | 1D | 15B | 32 | 2F |
| Octal | 266 | 74 | 127 | 0 | 103 | 64 | 35 | 533 | 62 | 57 |
| Binary | 10110110 | 111100 | 1010111 | 0 | 1000011 | 110100 | 11101 | 101011011 | 110010 | 101111 |
Color Harmonies of #B63C57
Complementary color
Monochromatic Colors of #B63C57
Black with #B63C57
Text Example
Text Example
White with #B63C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C57; }
p { color: rgb(182,60,87); }
H1.HeaderClassName
{
color: #B63C57;
}
.AnyTagClassName
{
color: #B63C57;
}
</style>
background-color css
<style>
a { background-color: #B63C57; }
a { background-color: rgb(182,60,87); }
div.DivClassName
{
background-color: #B63C57;
}
.BgClassName
{
background-color: #B63C57;
}
</style>
border-color css
<style>
span { border-color: #B63C57; }
span { border-color: rgb(182,60,87); }
td.TdClassName
{
border-color: #B63C57;
}
.TagClassName
{
border-color: #B63C57;
}
</style>