Shades of Hippie Pink #B04150
Tints of Hippie Pink #B04150
RGB
CMYK
RGB Variations
Color information
#B04150 (or 0xB04150) is known color: Hippie Pink. HEX triplet: B0, 41 and 50. RGB value is (176,65,80). Sum of RGB (Red+Green+Blue) = 176+65+80=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B04150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04150 is #4FBEAF. Grayscale: #636363. Windows color (decimal): -5226160 or 5259696. OLE color: 5259696.
HSL color Cylindrical-coordinate representation of color #B04150: hue angle of 351.89º 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 #B04150 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 80 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.31 |
| HSL | 351.89º | 0.46% | 0.47% | - |
| HSV(B) | 351.89º | 0.63% | 0.69% | - |
| XYZ | 21.24 | 13.59 | 9.09 | - |
| YUV | 99.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 80 | 0 | 0.63 | 0.55 | 0.31 | 351.89 | 0.46 | 0.47 |
| Hex | B0 | 41 | 50 | 0 | 3F | 37 | 1F | 160 | 2E | 2F |
| Octal | 260 | 101 | 120 | 0 | 77 | 67 | 37 | 540 | 56 | 57 |
| Binary | 10110000 | 1000001 | 1010000 | 0 | 111111 | 110111 | 11111 | 101100000 | 101110 | 101111 |
Color Harmonies of #B04150
Complementary color
Monochromatic Colors of #B04150
Black with #B04150
Text Example
Text Example
White with #B04150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04150; }
p { color: rgb(176,65,80); }
H1.HeaderClassName
{
color: #B04150;
}
.AnyTagClassName
{
color: #B04150;
}
</style>
background-color css
<style>
a { background-color: #B04150; }
a { background-color: rgb(176,65,80); }
div.DivClassName
{
background-color: #B04150;
}
.BgClassName
{
background-color: #B04150;
}
</style>
border-color css
<style>
span { border-color: #B04150; }
span { border-color: rgb(176,65,80); }
td.TdClassName
{
border-color: #B04150;
}
.TagClassName
{
border-color: #B04150;
}
</style>