Shades of Hippie Pink #B63D57
Tints of Hippie Pink #B63D57
RGB
CMYK
RGB Variations
Color information
#B63D57 (or 0xB63D57) is known color: Hippie Pink. HEX triplet: B6, 3D and 57. RGB value is (182,61,87). Sum of RGB (Red+Green+Blue) = 182+61+87=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D57 is #49C2A8. Grayscale: #646464. Windows color (decimal): -4833961 or 5717430. OLE color: 5717430.
HSL color Cylindrical-coordinate representation of color #B63D57: hue angle of 347.11º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D57 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 87 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.29 |
| HSL | 347.11º | 0.5% | 0.48% | - |
| HSV(B) | 347.11º | 0.66% | 0.71% | - |
| XYZ | 22.68 | 13.97 | 10.52 | - |
| YUV | 100.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 87 | 0 | 0.66 | 0.52 | 0.29 | 347.11 | 0.5 | 0.48 |
| Hex | B6 | 3D | 57 | 0 | 42 | 34 | 1D | 15B | 32 | 30 |
| Octal | 266 | 75 | 127 | 0 | 102 | 64 | 35 | 533 | 62 | 60 |
| Binary | 10110110 | 111101 | 1010111 | 0 | 1000010 | 110100 | 11101 | 101011011 | 110010 | 110000 |
Color Harmonies of #B63D57
Complementary color
Monochromatic Colors of #B63D57
Black with #B63D57
Text Example
Text Example
White with #B63D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D57; }
p { color: rgb(182,61,87); }
H1.HeaderClassName
{
color: #B63D57;
}
.AnyTagClassName
{
color: #B63D57;
}
</style>
background-color css
<style>
a { background-color: #B63D57; }
a { background-color: rgb(182,61,87); }
div.DivClassName
{
background-color: #B63D57;
}
.BgClassName
{
background-color: #B63D57;
}
</style>
border-color css
<style>
span { border-color: #B63D57; }
span { border-color: rgb(182,61,87); }
td.TdClassName
{
border-color: #B63D57;
}
.TagClassName
{
border-color: #B63D57;
}
</style>