Shades of Hippie Pink #B14B58
Tints of Hippie Pink #B14B58
RGB
CMYK
RGB Variations
Color information
#B14B58 (or 0xB14B58) is known color: Hippie Pink. HEX triplet: B1, 4B and 58. RGB value is (177,75,88). Sum of RGB (Red+Green+Blue) = 177+75+88=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B58 is #4EB4A7. Grayscale: #6B6B6B. Windows color (decimal): -5158056 or 5786545. OLE color: 5786545.
HSL color Cylindrical-coordinate representation of color #B14B58: hue angle of 352.35º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14B58 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 88 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.31 |
| HSL | 352.35º | 0.4% | 0.49% | - |
| HSV(B) | 352.35º | 0.58% | 0.69% | - |
| XYZ | 22.41 | 15.08 | 10.96 | - |
| YUV | 106.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 88 | 0 | 0.58 | 0.50 | 0.31 | 352.35 | 0.4 | 0.49 |
| Hex | B1 | 4B | 58 | 0 | 3A | 32 | 1F | 160 | 28 | 31 |
| Octal | 261 | 113 | 130 | 0 | 72 | 62 | 37 | 540 | 50 | 61 |
| Binary | 10110001 | 1001011 | 1011000 | 0 | 111010 | 110010 | 11111 | 101100000 | 101000 | 110001 |
Color Harmonies of #B14B58
Complementary color
Monochromatic Colors of #B14B58
Black with #B14B58
Text Example
Text Example
White with #B14B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14B58; }
p { color: rgb(177,75,88); }
H1.HeaderClassName
{
color: #B14B58;
}
.AnyTagClassName
{
color: #B14B58;
}
</style>
background-color css
<style>
a { background-color: #B14B58; }
a { background-color: rgb(177,75,88); }
div.DivClassName
{
background-color: #B14B58;
}
.BgClassName
{
background-color: #B14B58;
}
</style>
border-color css
<style>
span { border-color: #B14B58; }
span { border-color: rgb(177,75,88); }
td.TdClassName
{
border-color: #B14B58;
}
.TagClassName
{
border-color: #B14B58;
}
</style>