Shades of Hippie Pink #B73C58
Tints of Hippie Pink #B73C58
RGB
CMYK
RGB Variations
Color information
#B73C58 (or 0xB73C58) is known color: Hippie Pink. HEX triplet: B7, 3C and 58. RGB value is (183,60,88). Sum of RGB (Red+Green+Blue) = 183+60+88=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C58 is #48C3A7. Grayscale: #636363. Windows color (decimal): -4768680 or 5782711. OLE color: 5782711.
HSL color Cylindrical-coordinate representation of color #B73C58: hue angle of 346.34º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73C58 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 88 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.28 |
| HSL | 346.34º | 0.51% | 0.48% | - |
| HSV(B) | 346.34º | 0.67% | 0.72% | - |
| XYZ | 22.91 | 14 | 10.73 | - |
| YUV | 99.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 88 | 0 | 0.67 | 0.52 | 0.28 | 346.34 | 0.51 | 0.48 |
| Hex | B7 | 3C | 58 | 0 | 43 | 34 | 1C | 15A | 33 | 30 |
| Octal | 267 | 74 | 130 | 0 | 103 | 64 | 34 | 532 | 63 | 60 |
| Binary | 10110111 | 111100 | 1011000 | 0 | 1000011 | 110100 | 11100 | 101011010 | 110011 | 110000 |
Color Harmonies of #B73C58
Complementary color
Monochromatic Colors of #B73C58
Black with #B73C58
Text Example
Text Example
White with #B73C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C58; }
p { color: rgb(183,60,88); }
H1.HeaderClassName
{
color: #B73C58;
}
.AnyTagClassName
{
color: #B73C58;
}
</style>
background-color css
<style>
a { background-color: #B73C58; }
a { background-color: rgb(183,60,88); }
div.DivClassName
{
background-color: #B73C58;
}
.BgClassName
{
background-color: #B73C58;
}
</style>
border-color css
<style>
span { border-color: #B73C58; }
span { border-color: rgb(183,60,88); }
td.TdClassName
{
border-color: #B73C58;
}
.TagClassName
{
border-color: #B73C58;
}
</style>