Shades of Hippie Pink #B04056
Tints of Hippie Pink #B04056
RGB
CMYK
RGB Variations
Color information
#B04056 (or 0xB04056) is known color: Hippie Pink. HEX triplet: B0, 40 and 56. RGB value is (176,64,86). Sum of RGB (Red+Green+Blue) = 176+64+86=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B04056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04056 is #4FBFA9. Grayscale: #646464. Windows color (decimal): -5226410 or 5652656. OLE color: 5652656.
HSL color Cylindrical-coordinate representation of color #B04056: hue angle of 348.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04056 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 86 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.31 |
| HSL | 348.21º | 0.47% | 0.47% | - |
| HSV(B) | 348.21º | 0.64% | 0.69% | - |
| XYZ | 21.42 | 13.57 | 10.29 | - |
| YUV | 100 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 86 | 0 | 0.64 | 0.51 | 0.31 | 348.21 | 0.47 | 0.47 |
| Hex | B0 | 40 | 56 | 0 | 40 | 33 | 1F | 15C | 2F | 2F |
| Octal | 260 | 100 | 126 | 0 | 100 | 63 | 37 | 534 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1010110 | 0 | 1000000 | 110011 | 11111 | 101011100 | 101111 | 101111 |
Color Harmonies of #B04056
Complementary color
Monochromatic Colors of #B04056
Black with #B04056
Text Example
Text Example
White with #B04056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04056; }
p { color: rgb(176,64,86); }
H1.HeaderClassName
{
color: #B04056;
}
.AnyTagClassName
{
color: #B04056;
}
</style>
background-color css
<style>
a { background-color: #B04056; }
a { background-color: rgb(176,64,86); }
div.DivClassName
{
background-color: #B04056;
}
.BgClassName
{
background-color: #B04056;
}
</style>
border-color css
<style>
span { border-color: #B04056; }
span { border-color: rgb(176,64,86); }
td.TdClassName
{
border-color: #B04056;
}
.TagClassName
{
border-color: #B04056;
}
</style>