Shades of Hippie Pink #B73F51
Tints of Hippie Pink #B73F51
RGB
CMYK
RGB Variations
Color information
#B73F51 (or 0xB73F51) is known color: Hippie Pink. HEX triplet: B7, 3F and 51. RGB value is (183,63,81). Sum of RGB (Red+Green+Blue) = 183+63+81=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F51 is #48C0AE. Grayscale: #646464. Windows color (decimal): -4767919 or 5324727. OLE color: 5324727.
HSL color Cylindrical-coordinate representation of color #B73F51: hue angle of 351º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73F51 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 81 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.28 |
| HSL | 351º | 0.49% | 0.48% | - |
| HSV(B) | 351º | 0.66% | 0.72% | - |
| XYZ | 22.79 | 14.22 | 9.33 | - |
| YUV | 100.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 81 | 0 | 0.66 | 0.56 | 0.28 | 351 | 0.49 | 0.48 |
| Hex | B7 | 3F | 51 | 0 | 42 | 38 | 1C | 15F | 31 | 30 |
| Octal | 267 | 77 | 121 | 0 | 102 | 70 | 34 | 537 | 61 | 60 |
| Binary | 10110111 | 111111 | 1010001 | 0 | 1000010 | 111000 | 11100 | 101011111 | 110001 | 110000 |
Color Harmonies of #B73F51
Complementary color
Monochromatic Colors of #B73F51
Black with #B73F51
Text Example
Text Example
White with #B73F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F51; }
p { color: rgb(183,63,81); }
H1.HeaderClassName
{
color: #B73F51;
}
.AnyTagClassName
{
color: #B73F51;
}
</style>
background-color css
<style>
a { background-color: #B73F51; }
a { background-color: rgb(183,63,81); }
div.DivClassName
{
background-color: #B73F51;
}
.BgClassName
{
background-color: #B73F51;
}
</style>
border-color css
<style>
span { border-color: #B73F51; }
span { border-color: rgb(183,63,81); }
td.TdClassName
{
border-color: #B73F51;
}
.TagClassName
{
border-color: #B73F51;
}
</style>