Shades of Hippie Pink #B14350
Tints of Hippie Pink #B14350
RGB
CMYK
RGB Variations
Color information
#B14350 (or 0xB14350) is known color: Hippie Pink. HEX triplet: B1, 43 and 50. RGB value is (177,67,80). Sum of RGB (Red+Green+Blue) = 177+67+80=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B14350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14350 is #4EBCAF. Grayscale: #656565. Windows color (decimal): -5160112 or 5260209. OLE color: 5260209.
HSL color Cylindrical-coordinate representation of color #B14350: hue angle of 352.91º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14350 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 80 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.31 |
| HSL | 352.91º | 0.45% | 0.48% | - |
| HSV(B) | 352.91º | 0.62% | 0.69% | - |
| XYZ | 21.59 | 13.94 | 9.14 | - |
| YUV | 101.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 80 | 0 | 0.62 | 0.55 | 0.31 | 352.91 | 0.45 | 0.48 |
| Hex | B1 | 43 | 50 | 0 | 3E | 37 | 1F | 161 | 2D | 30 |
| Octal | 261 | 103 | 120 | 0 | 76 | 67 | 37 | 541 | 55 | 60 |
| Binary | 10110001 | 1000011 | 1010000 | 0 | 111110 | 110111 | 11111 | 101100001 | 101101 | 110000 |
Color Harmonies of #B14350
Complementary color
Monochromatic Colors of #B14350
Black with #B14350
Text Example
Text Example
White with #B14350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14350; }
p { color: rgb(177,67,80); }
H1.HeaderClassName
{
color: #B14350;
}
.AnyTagClassName
{
color: #B14350;
}
</style>
background-color css
<style>
a { background-color: #B14350; }
a { background-color: rgb(177,67,80); }
div.DivClassName
{
background-color: #B14350;
}
.BgClassName
{
background-color: #B14350;
}
</style>
border-color css
<style>
span { border-color: #B14350; }
span { border-color: rgb(177,67,80); }
td.TdClassName
{
border-color: #B14350;
}
.TagClassName
{
border-color: #B14350;
}
</style>