Shades of Hippie Pink #B54353
Tints of Hippie Pink #B54353
RGB
CMYK
RGB Variations
Color information
#B54353 (or 0xB54353) is known color: Hippie Pink. HEX triplet: B5, 43 and 53. RGB value is (181,67,83). Sum of RGB (Red+Green+Blue) = 181+67+83=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B54353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54353 is #4ABCAC. Grayscale: #666666. Windows color (decimal): -4897965 or 5456821. OLE color: 5456821.
HSL color Cylindrical-coordinate representation of color #B54353: hue angle of 351.58º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54353 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 83 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.29 |
| HSL | 351.58º | 0.46% | 0.49% | - |
| HSV(B) | 351.58º | 0.63% | 0.71% | - |
| XYZ | 22.62 | 14.46 | 9.78 | - |
| YUV | 102.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 83 | 0 | 0.63 | 0.54 | 0.29 | 351.58 | 0.46 | 0.49 |
| Hex | B5 | 43 | 53 | 0 | 3F | 36 | 1D | 160 | 2E | 31 |
| Octal | 265 | 103 | 123 | 0 | 77 | 66 | 35 | 540 | 56 | 61 |
| Binary | 10110101 | 1000011 | 1010011 | 0 | 111111 | 110110 | 11101 | 101100000 | 101110 | 110001 |
Color Harmonies of #B54353
Complementary color
Monochromatic Colors of #B54353
Black with #B54353
Text Example
Text Example
White with #B54353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54353; }
p { color: rgb(181,67,83); }
H1.HeaderClassName
{
color: #B54353;
}
.AnyTagClassName
{
color: #B54353;
}
</style>
background-color css
<style>
a { background-color: #B54353; }
a { background-color: rgb(181,67,83); }
div.DivClassName
{
background-color: #B54353;
}
.BgClassName
{
background-color: #B54353;
}
</style>
border-color css
<style>
span { border-color: #B54353; }
span { border-color: rgb(181,67,83); }
td.TdClassName
{
border-color: #B54353;
}
.TagClassName
{
border-color: #B54353;
}
</style>