Shades of Hippie Pink #B4515B
Tints of Hippie Pink #B4515B
RGB
CMYK
RGB Variations
Color information
#B4515B (or 0xB4515B) is known color: Hippie Pink. HEX triplet: B4, 51 and 5B. RGB value is (180,81,91). Sum of RGB (Red+Green+Blue) = 180+81+91=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4515B is #4BAEA4. Grayscale: #6F6F6F. Windows color (decimal): -4959909 or 5984692. OLE color: 5984692.
HSL color Cylindrical-coordinate representation of color #B4515B: hue angle of 353.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4515B is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 91 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.29 |
| HSL | 353.94º | 0.4% | 0.51% | - |
| HSV(B) | 353.94º | 0.55% | 0.71% | - |
| XYZ | 23.65 | 16.34 | 11.81 | - |
| YUV | 111.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 91 | 0 | 0.55 | 0.49 | 0.29 | 353.94 | 0.4 | 0.51 |
| Hex | B4 | 51 | 5B | 0 | 37 | 31 | 1D | 162 | 28 | 33 |
| Octal | 264 | 121 | 133 | 0 | 67 | 61 | 35 | 542 | 50 | 63 |
| Binary | 10110100 | 1010001 | 1011011 | 0 | 110111 | 110001 | 11101 | 101100010 | 101000 | 110011 |
Color Harmonies of #B4515B
Complementary color
Monochromatic Colors of #B4515B
Black with #B4515B
Text Example
Text Example
White with #B4515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4515B; }
p { color: rgb(180,81,91); }
H1.HeaderClassName
{
color: #B4515B;
}
.AnyTagClassName
{
color: #B4515B;
}
</style>
background-color css
<style>
a { background-color: #B4515B; }
a { background-color: rgb(180,81,91); }
div.DivClassName
{
background-color: #B4515B;
}
.BgClassName
{
background-color: #B4515B;
}
</style>
border-color css
<style>
span { border-color: #B4515B; }
span { border-color: rgb(180,81,91); }
td.TdClassName
{
border-color: #B4515B;
}
.TagClassName
{
border-color: #B4515B;
}
</style>