Shades of Hippie Pink #B73D58
Tints of Hippie Pink #B73D58
RGB
CMYK
RGB Variations
Color information
#B73D58 (or 0xB73D58) is known color: Hippie Pink. HEX triplet: B7, 3D and 58. RGB value is (183,61,88). Sum of RGB (Red+Green+Blue) = 183+61+88=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73D58 is #48C2A7. Grayscale: #646464. Windows color (decimal): -4768424 or 5782967. OLE color: 5782967.
HSL color Cylindrical-coordinate representation of color #B73D58: hue angle of 346.72º degrees, saturation: 0.5, 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 #B73D58 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 88 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.28 |
| HSL | 346.72º | 0.5% | 0.48% | - |
| HSV(B) | 346.72º | 0.67% | 0.72% | - |
| XYZ | 22.96 | 14.11 | 10.75 | - |
| YUV | 100.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 88 | 0 | 0.67 | 0.52 | 0.28 | 346.72 | 0.5 | 0.48 |
| Hex | B7 | 3D | 58 | 0 | 43 | 34 | 1C | 15B | 32 | 30 |
| Octal | 267 | 75 | 130 | 0 | 103 | 64 | 34 | 533 | 62 | 60 |
| Binary | 10110111 | 111101 | 1011000 | 0 | 1000011 | 110100 | 11100 | 101011011 | 110010 | 110000 |
Color Harmonies of #B73D58
Complementary color
Monochromatic Colors of #B73D58
Black with #B73D58
Text Example
Text Example
White with #B73D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D58; }
p { color: rgb(183,61,88); }
H1.HeaderClassName
{
color: #B73D58;
}
.AnyTagClassName
{
color: #B73D58;
}
</style>
background-color css
<style>
a { background-color: #B73D58; }
a { background-color: rgb(183,61,88); }
div.DivClassName
{
background-color: #B73D58;
}
.BgClassName
{
background-color: #B73D58;
}
</style>
border-color css
<style>
span { border-color: #B73D58; }
span { border-color: rgb(183,61,88); }
td.TdClassName
{
border-color: #B73D58;
}
.TagClassName
{
border-color: #B73D58;
}
</style>