Shades of Hippie Pink #B54653
Tints of Hippie Pink #B54653
RGB
CMYK
RGB Variations
Color information
#B54653 (or 0xB54653) is known color: Hippie Pink. HEX triplet: B5, 46 and 53. RGB value is (181,70,83). Sum of RGB (Red+Green+Blue) = 181+70+83=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B54653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54653 is #4AB9AC. Grayscale: #686868. Windows color (decimal): -4897197 or 5457589. OLE color: 5457589.
HSL color Cylindrical-coordinate representation of color #B54653: hue angle of 352.97º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54653 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 83 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.29 |
| HSL | 352.97º | 0.44% | 0.49% | - |
| HSV(B) | 352.97º | 0.61% | 0.71% | - |
| XYZ | 22.81 | 14.83 | 9.84 | - |
| YUV | 104.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 83 | 0 | 0.61 | 0.54 | 0.29 | 352.97 | 0.44 | 0.49 |
| Hex | B5 | 46 | 53 | 0 | 3D | 36 | 1D | 161 | 2C | 31 |
| Octal | 265 | 106 | 123 | 0 | 75 | 66 | 35 | 541 | 54 | 61 |
| Binary | 10110101 | 1000110 | 1010011 | 0 | 111101 | 110110 | 11101 | 101100001 | 101100 | 110001 |
Color Harmonies of #B54653
Complementary color
Monochromatic Colors of #B54653
Black with #B54653
Text Example
Text Example
White with #B54653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54653; }
p { color: rgb(181,70,83); }
H1.HeaderClassName
{
color: #B54653;
}
.AnyTagClassName
{
color: #B54653;
}
</style>
background-color css
<style>
a { background-color: #B54653; }
a { background-color: rgb(181,70,83); }
div.DivClassName
{
background-color: #B54653;
}
.BgClassName
{
background-color: #B54653;
}
</style>
border-color css
<style>
span { border-color: #B54653; }
span { border-color: rgb(181,70,83); }
td.TdClassName
{
border-color: #B54653;
}
.TagClassName
{
border-color: #B54653;
}
</style>