Shades of Hippie Pink #B74753
Tints of Hippie Pink #B74753
RGB
CMYK
RGB Variations
Color information
#B74753 (or 0xB74753) is known color: Hippie Pink. HEX triplet: B7, 47 and 53. RGB value is (183,71,83). Sum of RGB (Red+Green+Blue) = 183+71+83=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B74753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74753 is #48B8AC. Grayscale: #696969. Windows color (decimal): -4765869 or 5457847. OLE color: 5457847.
HSL color Cylindrical-coordinate representation of color #B74753: hue angle of 353.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74753 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 83 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.28 |
| HSL | 353.57º | 0.44% | 0.5% | - |
| HSV(B) | 353.57º | 0.61% | 0.72% | - |
| XYZ | 23.34 | 15.2 | 9.89 | - |
| YUV | 105.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 83 | 0 | 0.61 | 0.55 | 0.28 | 353.57 | 0.44 | 0.5 |
| Hex | B7 | 47 | 53 | 0 | 3D | 37 | 1C | 162 | 2C | 32 |
| Octal | 267 | 107 | 123 | 0 | 75 | 67 | 34 | 542 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1010011 | 0 | 111101 | 110111 | 11100 | 101100010 | 101100 | 110010 |
Color Harmonies of #B74753
Complementary color
Monochromatic Colors of #B74753
Black with #B74753
Text Example
Text Example
White with #B74753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74753; }
p { color: rgb(183,71,83); }
H1.HeaderClassName
{
color: #B74753;
}
.AnyTagClassName
{
color: #B74753;
}
</style>
background-color css
<style>
a { background-color: #B74753; }
a { background-color: rgb(183,71,83); }
div.DivClassName
{
background-color: #B74753;
}
.BgClassName
{
background-color: #B74753;
}
</style>
border-color css
<style>
span { border-color: #B74753; }
span { border-color: rgb(183,71,83); }
td.TdClassName
{
border-color: #B74753;
}
.TagClassName
{
border-color: #B74753;
}
</style>