Shades of Hippie Pink #B04151
Tints of Hippie Pink #B04151
RGB
CMYK
RGB Variations
Color information
#B04151 (or 0xB04151) is known color: Hippie Pink. HEX triplet: B0, 41 and 51. RGB value is (176,65,81). Sum of RGB (Red+Green+Blue) = 176+65+81=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B04151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04151 is #4FBEAE. Grayscale: #646464. Windows color (decimal): -5226159 or 5325232. OLE color: 5325232.
HSL color Cylindrical-coordinate representation of color #B04151: hue angle of 351.35º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04151 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 81 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.31 |
| HSL | 351.35º | 0.46% | 0.47% | - |
| HSV(B) | 351.35º | 0.63% | 0.69% | - |
| XYZ | 21.28 | 13.6 | 9.29 | - |
| YUV | 100.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 81 | 0 | 0.63 | 0.54 | 0.31 | 351.35 | 0.46 | 0.47 |
| Hex | B0 | 41 | 51 | 0 | 3F | 36 | 1F | 15F | 2E | 2F |
| Octal | 260 | 101 | 121 | 0 | 77 | 66 | 37 | 537 | 56 | 57 |
| Binary | 10110000 | 1000001 | 1010001 | 0 | 111111 | 110110 | 11111 | 101011111 | 101110 | 101111 |
Color Harmonies of #B04151
Complementary color
Monochromatic Colors of #B04151
Black with #B04151
Text Example
Text Example
White with #B04151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04151; }
p { color: rgb(176,65,81); }
H1.HeaderClassName
{
color: #B04151;
}
.AnyTagClassName
{
color: #B04151;
}
</style>
background-color css
<style>
a { background-color: #B04151; }
a { background-color: rgb(176,65,81); }
div.DivClassName
{
background-color: #B04151;
}
.BgClassName
{
background-color: #B04151;
}
</style>
border-color css
<style>
span { border-color: #B04151; }
span { border-color: rgb(176,65,81); }
td.TdClassName
{
border-color: #B04151;
}
.TagClassName
{
border-color: #B04151;
}
</style>