Shades of Hippie Pink #B04154
Tints of Hippie Pink #B04154
RGB
CMYK
RGB Variations
Color information
#B04154 (or 0xB04154) is known color: Hippie Pink. HEX triplet: B0, 41 and 54. RGB value is (176,65,84). Sum of RGB (Red+Green+Blue) = 176+65+84=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B04154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04154 is #4FBEAB. Grayscale: #646464. Windows color (decimal): -5226156 or 5521840. OLE color: 5521840.
HSL color Cylindrical-coordinate representation of color #B04154: hue angle of 349.73º 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 #B04154 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 84 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.31 |
| HSL | 349.73º | 0.46% | 0.47% | - |
| HSV(B) | 349.73º | 0.63% | 0.69% | - |
| XYZ | 21.4 | 13.65 | 9.89 | - |
| YUV | 100.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 84 | 0 | 0.63 | 0.52 | 0.31 | 349.73 | 0.46 | 0.47 |
| Hex | B0 | 41 | 54 | 0 | 3F | 34 | 1F | 15E | 2E | 2F |
| Octal | 260 | 101 | 124 | 0 | 77 | 64 | 37 | 536 | 56 | 57 |
| Binary | 10110000 | 1000001 | 1010100 | 0 | 111111 | 110100 | 11111 | 101011110 | 101110 | 101111 |
Color Harmonies of #B04154
Complementary color
Monochromatic Colors of #B04154
Black with #B04154
Text Example
Text Example
White with #B04154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04154; }
p { color: rgb(176,65,84); }
H1.HeaderClassName
{
color: #B04154;
}
.AnyTagClassName
{
color: #B04154;
}
</style>
background-color css
<style>
a { background-color: #B04154; }
a { background-color: rgb(176,65,84); }
div.DivClassName
{
background-color: #B04154;
}
.BgClassName
{
background-color: #B04154;
}
</style>
border-color css
<style>
span { border-color: #B04154; }
span { border-color: rgb(176,65,84); }
td.TdClassName
{
border-color: #B04154;
}
.TagClassName
{
border-color: #B04154;
}
</style>