Shades of Hippie Pink #B05154
Tints of Hippie Pink #B05154
RGB
CMYK
RGB Variations
Color information
#B05154 (or 0xB05154) is known color: Hippie Pink. HEX triplet: B0, 51 and 54. RGB value is (176,81,84). Sum of RGB (Red+Green+Blue) = 176+81+84=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B05154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05154 is #4FAEAB. Grayscale: #6D6D6D. Windows color (decimal): -5222060 or 5525936. OLE color: 5525936.
HSL color Cylindrical-coordinate representation of color #B05154: hue angle of 358.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05154 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 84 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.31 |
| HSL | 358.11º | 0.38% | 0.5% | - |
| HSV(B) | 358.11º | 0.54% | 0.69% | - |
| XYZ | 22.45 | 15.76 | 10.25 | - |
| YUV | 109.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 84 | 0 | 0.54 | 0.52 | 0.31 | 358.11 | 0.38 | 0.5 |
| Hex | B0 | 51 | 54 | 0 | 36 | 34 | 1F | 166 | 26 | 32 |
| Octal | 260 | 121 | 124 | 0 | 66 | 64 | 37 | 546 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1010100 | 0 | 110110 | 110100 | 11111 | 101100110 | 100110 | 110010 |
Color Harmonies of #B05154
Complementary color
Monochromatic Colors of #B05154
Black with #B05154
Text Example
Text Example
White with #B05154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05154; }
p { color: rgb(176,81,84); }
H1.HeaderClassName
{
color: #B05154;
}
.AnyTagClassName
{
color: #B05154;
}
</style>
background-color css
<style>
a { background-color: #B05154; }
a { background-color: rgb(176,81,84); }
div.DivClassName
{
background-color: #B05154;
}
.BgClassName
{
background-color: #B05154;
}
</style>
border-color css
<style>
span { border-color: #B05154; }
span { border-color: rgb(176,81,84); }
td.TdClassName
{
border-color: #B05154;
}
.TagClassName
{
border-color: #B05154;
}
</style>