Shades of Hippie Pink #B63F57
Tints of Hippie Pink #B63F57
RGB
CMYK
RGB Variations
Color information
#B63F57 (or 0xB63F57) is known color: Hippie Pink. HEX triplet: B6, 3F and 57. RGB value is (182,63,87). Sum of RGB (Red+Green+Blue) = 182+63+87=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F57 is #49C0A8. Grayscale: #656565. Windows color (decimal): -4833449 or 5717942. OLE color: 5717942.
HSL color Cylindrical-coordinate representation of color #B63F57: hue angle of 347.9º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F57 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 87 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.29 |
| HSL | 347.9º | 0.49% | 0.48% | - |
| HSV(B) | 347.9º | 0.65% | 0.71% | - |
| XYZ | 22.79 | 14.19 | 10.55 | - |
| YUV | 101.32 | 119.92 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 87 | 0 | 0.65 | 0.52 | 0.29 | 347.9 | 0.49 | 0.48 |
| Hex | B6 | 3F | 57 | 0 | 41 | 34 | 1D | 15C | 31 | 30 |
| Octal | 266 | 77 | 127 | 0 | 101 | 64 | 35 | 534 | 61 | 60 |
| Binary | 10110110 | 111111 | 1010111 | 0 | 1000001 | 110100 | 11101 | 101011100 | 110001 | 110000 |
Color Harmonies of #B63F57
Complementary color
Monochromatic Colors of #B63F57
Black with #B63F57
Text Example
Text Example
White with #B63F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F57; }
p { color: rgb(182,63,87); }
H1.HeaderClassName
{
color: #B63F57;
}
.AnyTagClassName
{
color: #B63F57;
}
</style>
background-color css
<style>
a { background-color: #B63F57; }
a { background-color: rgb(182,63,87); }
div.DivClassName
{
background-color: #B63F57;
}
.BgClassName
{
background-color: #B63F57;
}
</style>
border-color css
<style>
span { border-color: #B63F57; }
span { border-color: rgb(182,63,87); }
td.TdClassName
{
border-color: #B63F57;
}
.TagClassName
{
border-color: #B63F57;
}
</style>