Shades of Hippie Pink #B54F50
Tints of Hippie Pink #B54F50
RGB
CMYK
RGB Variations
Color information
#B54F50 (or 0xB54F50) is known color: Hippie Pink. HEX triplet: B5, 4F and 50. RGB value is (181,79,80). Sum of RGB (Red+Green+Blue) = 181+79+80=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54F50 is #4AB0AF. Grayscale: #6D6D6D. Windows color (decimal): -4894896 or 5263285. OLE color: 5263285.
HSL color Cylindrical-coordinate representation of color #B54F50: hue angle of 359.41º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B54F50 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 79 | 80 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.29 |
| HSL | 359.41º | 0.41% | 0.51% | - |
| HSV(B) | 359.41º | 0.56% | 0.71% | - |
| XYZ | 23.3 | 15.99 | 9.45 | - |
| YUV | 109.61 | 111.29 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 80 | 0 | 0.56 | 0.56 | 0.29 | 359.41 | 0.41 | 0.51 |
| Hex | B5 | 4F | 50 | 0 | 38 | 38 | 1D | 167 | 29 | 33 |
| Octal | 265 | 117 | 120 | 0 | 70 | 70 | 35 | 547 | 51 | 63 |
| Binary | 10110101 | 1001111 | 1010000 | 0 | 111000 | 111000 | 11101 | 101100111 | 101001 | 110011 |
Color Harmonies of #B54F50
Complementary color
Monochromatic Colors of #B54F50
Black with #B54F50
Text Example
Text Example
White with #B54F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54F50; }
p { color: rgb(181,79,80); }
H1.HeaderClassName
{
color: #B54F50;
}
.AnyTagClassName
{
color: #B54F50;
}
</style>
background-color css
<style>
a { background-color: #B54F50; }
a { background-color: rgb(181,79,80); }
div.DivClassName
{
background-color: #B54F50;
}
.BgClassName
{
background-color: #B54F50;
}
</style>
border-color css
<style>
span { border-color: #B54F50; }
span { border-color: rgb(181,79,80); }
td.TdClassName
{
border-color: #B54F50;
}
.TagClassName
{
border-color: #B54F50;
}
</style>