Shades of Hippie Pink #B74752
Tints of Hippie Pink #B74752
RGB
CMYK
RGB Variations
Color information
#B74752 (or 0xB74752) is known color: Hippie Pink. HEX triplet: B7, 47 and 52. RGB value is (183,71,82). Sum of RGB (Red+Green+Blue) = 183+71+82=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B74752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74752 is #48B8AD. Grayscale: #696969. Windows color (decimal): -4765870 or 5392311. OLE color: 5392311.
HSL color Cylindrical-coordinate representation of color #B74752: hue angle of 354.11º 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 #B74752 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 82 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.28 |
| HSL | 354.11º | 0.44% | 0.5% | - |
| HSV(B) | 354.11º | 0.61% | 0.72% | - |
| XYZ | 23.3 | 15.18 | 9.68 | - |
| YUV | 105.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 82 | 0 | 0.61 | 0.55 | 0.28 | 354.11 | 0.44 | 0.5 |
| Hex | B7 | 47 | 52 | 0 | 3D | 37 | 1C | 162 | 2C | 32 |
| Octal | 267 | 107 | 122 | 0 | 75 | 67 | 34 | 542 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1010010 | 0 | 111101 | 110111 | 11100 | 101100010 | 101100 | 110010 |
Color Harmonies of #B74752
Complementary color
Monochromatic Colors of #B74752
Black with #B74752
Text Example
Text Example
White with #B74752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74752; }
p { color: rgb(183,71,82); }
H1.HeaderClassName
{
color: #B74752;
}
.AnyTagClassName
{
color: #B74752;
}
</style>
background-color css
<style>
a { background-color: #B74752; }
a { background-color: rgb(183,71,82); }
div.DivClassName
{
background-color: #B74752;
}
.BgClassName
{
background-color: #B74752;
}
</style>
border-color css
<style>
span { border-color: #B74752; }
span { border-color: rgb(183,71,82); }
td.TdClassName
{
border-color: #B74752;
}
.TagClassName
{
border-color: #B74752;
}
</style>