Shades of Hippie Pink #B13E59
Tints of Hippie Pink #B13E59
RGB
CMYK
RGB Variations
Color information
#B13E59 (or 0xB13E59) is known color: Hippie Pink. HEX triplet: B1, 3E and 59. RGB value is (177,62,89). Sum of RGB (Red+Green+Blue) = 177+62+89=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E59 is #4EC1A6. Grayscale: #636363. Windows color (decimal): -5161383 or 5848753. OLE color: 5848753.
HSL color Cylindrical-coordinate representation of color #B13E59: hue angle of 345.91º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E59 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 89 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.31 |
| HSL | 345.91º | 0.48% | 0.47% | - |
| HSV(B) | 345.91º | 0.65% | 0.69% | - |
| XYZ | 21.66 | 13.51 | 10.92 | - |
| YUV | 99.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 89 | 0 | 0.65 | 0.50 | 0.31 | 345.91 | 0.48 | 0.47 |
| Hex | B1 | 3E | 59 | 0 | 41 | 32 | 1F | 15A | 30 | 2F |
| Octal | 261 | 76 | 131 | 0 | 101 | 62 | 37 | 532 | 60 | 57 |
| Binary | 10110001 | 111110 | 1011001 | 0 | 1000001 | 110010 | 11111 | 101011010 | 110000 | 101111 |
Color Harmonies of #B13E59
Complementary color
Monochromatic Colors of #B13E59
Black with #B13E59
Text Example
Text Example
White with #B13E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E59; }
p { color: rgb(177,62,89); }
H1.HeaderClassName
{
color: #B13E59;
}
.AnyTagClassName
{
color: #B13E59;
}
</style>
background-color css
<style>
a { background-color: #B13E59; }
a { background-color: rgb(177,62,89); }
div.DivClassName
{
background-color: #B13E59;
}
.BgClassName
{
background-color: #B13E59;
}
</style>
border-color css
<style>
span { border-color: #B13E59; }
span { border-color: rgb(177,62,89); }
td.TdClassName
{
border-color: #B13E59;
}
.TagClassName
{
border-color: #B13E59;
}
</style>