Shades of Hippie Pink #B54E5A
Tints of Hippie Pink #B54E5A
RGB
CMYK
RGB Variations
Color information
#B54E5A (or 0xB54E5A) is known color: Hippie Pink. HEX triplet: B5, 4E and 5A. RGB value is (181,78,90). Sum of RGB (Red+Green+Blue) = 181+78+90=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E5A is #4AB1A5. Grayscale: #6E6E6E. Windows color (decimal): -4895142 or 5918389. OLE color: 5918389.
HSL color Cylindrical-coordinate representation of color #B54E5A: hue angle of 353.01º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54E5A is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 90 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.29 |
| HSL | 353.01º | 0.41% | 0.51% | - |
| HSV(B) | 353.01º | 0.57% | 0.71% | - |
| XYZ | 23.63 | 16.01 | 11.52 | - |
| YUV | 110.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 90 | 0 | 0.57 | 0.50 | 0.29 | 353.01 | 0.41 | 0.51 |
| Hex | B5 | 4E | 5A | 0 | 39 | 32 | 1D | 161 | 29 | 33 |
| Octal | 265 | 116 | 132 | 0 | 71 | 62 | 35 | 541 | 51 | 63 |
| Binary | 10110101 | 1001110 | 1011010 | 0 | 111001 | 110010 | 11101 | 101100001 | 101001 | 110011 |
Color Harmonies of #B54E5A
Complementary color
Monochromatic Colors of #B54E5A
Black with #B54E5A
Text Example
Text Example
White with #B54E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E5A; }
p { color: rgb(181,78,90); }
H1.HeaderClassName
{
color: #B54E5A;
}
.AnyTagClassName
{
color: #B54E5A;
}
</style>
background-color css
<style>
a { background-color: #B54E5A; }
a { background-color: rgb(181,78,90); }
div.DivClassName
{
background-color: #B54E5A;
}
.BgClassName
{
background-color: #B54E5A;
}
</style>
border-color css
<style>
span { border-color: #B54E5A; }
span { border-color: rgb(181,78,90); }
td.TdClassName
{
border-color: #B54E5A;
}
.TagClassName
{
border-color: #B54E5A;
}
</style>