Shades of Hippie Pink #B0545A
Tints of Hippie Pink #B0545A
RGB
CMYK
RGB Variations
Color information
#B0545A (or 0xB0545A) is known color: Hippie Pink. HEX triplet: B0, 54 and 5A. RGB value is (176,84,90). Sum of RGB (Red+Green+Blue) = 176+84+90=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0545A is #4FABA5. Grayscale: #707070. Windows color (decimal): -5221286 or 5919920. OLE color: 5919920.
HSL color Cylindrical-coordinate representation of color #B0545A: hue angle of 356.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0545A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 90 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.31 |
| HSL | 356.09º | 0.37% | 0.51% | - |
| HSV(B) | 356.09º | 0.52% | 0.69% | - |
| XYZ | 22.92 | 16.31 | 11.61 | - |
| YUV | 112.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 90 | 0 | 0.52 | 0.49 | 0.31 | 356.09 | 0.37 | 0.51 |
| Hex | B0 | 54 | 5A | 0 | 34 | 31 | 1F | 164 | 25 | 33 |
| Octal | 260 | 124 | 132 | 0 | 64 | 61 | 37 | 544 | 45 | 63 |
| Binary | 10110000 | 1010100 | 1011010 | 0 | 110100 | 110001 | 11111 | 101100100 | 100101 | 110011 |
Color Harmonies of #B0545A
Complementary color
Monochromatic Colors of #B0545A
Black with #B0545A
Text Example
Text Example
White with #B0545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0545A; }
p { color: rgb(176,84,90); }
H1.HeaderClassName
{
color: #B0545A;
}
.AnyTagClassName
{
color: #B0545A;
}
</style>
background-color css
<style>
a { background-color: #B0545A; }
a { background-color: rgb(176,84,90); }
div.DivClassName
{
background-color: #B0545A;
}
.BgClassName
{
background-color: #B0545A;
}
</style>
border-color css
<style>
span { border-color: #B0545A; }
span { border-color: rgb(176,84,90); }
td.TdClassName
{
border-color: #B0545A;
}
.TagClassName
{
border-color: #B0545A;
}
</style>