Shades of Hippie Pink #B05257
Tints of Hippie Pink #B05257
RGB
CMYK
RGB Variations
Color information
#B05257 (or 0xB05257) is known color: Hippie Pink. HEX triplet: B0, 52 and 57. RGB value is (176,82,87). Sum of RGB (Red+Green+Blue) = 176+82+87=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B05257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05257 is #4FADA8. Grayscale: #6E6E6E. Windows color (decimal): -5221801 or 5722800. OLE color: 5722800.
HSL color Cylindrical-coordinate representation of color #B05257: hue angle of 356.81º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05257 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 87 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.31 |
| HSL | 356.81º | 0.37% | 0.51% | - |
| HSV(B) | 356.81º | 0.53% | 0.69% | - |
| XYZ | 22.64 | 15.95 | 10.9 | - |
| YUV | 110.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 87 | 0 | 0.53 | 0.51 | 0.31 | 356.81 | 0.37 | 0.51 |
| Hex | B0 | 52 | 57 | 0 | 35 | 33 | 1F | 165 | 25 | 33 |
| Octal | 260 | 122 | 127 | 0 | 65 | 63 | 37 | 545 | 45 | 63 |
| Binary | 10110000 | 1010010 | 1010111 | 0 | 110101 | 110011 | 11111 | 101100101 | 100101 | 110011 |
Color Harmonies of #B05257
Complementary color
Monochromatic Colors of #B05257
Black with #B05257
Text Example
Text Example
White with #B05257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05257; }
p { color: rgb(176,82,87); }
H1.HeaderClassName
{
color: #B05257;
}
.AnyTagClassName
{
color: #B05257;
}
</style>
background-color css
<style>
a { background-color: #B05257; }
a { background-color: rgb(176,82,87); }
div.DivClassName
{
background-color: #B05257;
}
.BgClassName
{
background-color: #B05257;
}
</style>
border-color css
<style>
span { border-color: #B05257; }
span { border-color: rgb(176,82,87); }
td.TdClassName
{
border-color: #B05257;
}
.TagClassName
{
border-color: #B05257;
}
</style>