Shades of Hippie Pink #B74152
Tints of Hippie Pink #B74152
RGB
CMYK
RGB Variations
Color information
#B74152 (or 0xB74152) is known color: Hippie Pink. HEX triplet: B7, 41 and 52. RGB value is (183,65,82). Sum of RGB (Red+Green+Blue) = 183+65+82=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B74152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74152 is #48BEAD. Grayscale: #666666. Windows color (decimal): -4767406 or 5390775. OLE color: 5390775.
HSL color Cylindrical-coordinate representation of color #B74152: hue angle of 351.36º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74152 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 82 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.28 |
| HSL | 351.36º | 0.48% | 0.49% | - |
| HSV(B) | 351.36º | 0.64% | 0.72% | - |
| XYZ | 22.94 | 14.46 | 9.56 | - |
| YUV | 102.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 82 | 0 | 0.64 | 0.55 | 0.28 | 351.36 | 0.48 | 0.49 |
| Hex | B7 | 41 | 52 | 0 | 40 | 37 | 1C | 15F | 30 | 31 |
| Octal | 267 | 101 | 122 | 0 | 100 | 67 | 34 | 537 | 60 | 61 |
| Binary | 10110111 | 1000001 | 1010010 | 0 | 1000000 | 110111 | 11100 | 101011111 | 110000 | 110001 |
Color Harmonies of #B74152
Complementary color
Monochromatic Colors of #B74152
Black with #B74152
Text Example
Text Example
White with #B74152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74152; }
p { color: rgb(183,65,82); }
H1.HeaderClassName
{
color: #B74152;
}
.AnyTagClassName
{
color: #B74152;
}
</style>
background-color css
<style>
a { background-color: #B74152; }
a { background-color: rgb(183,65,82); }
div.DivClassName
{
background-color: #B74152;
}
.BgClassName
{
background-color: #B74152;
}
</style>
border-color css
<style>
span { border-color: #B74152; }
span { border-color: rgb(183,65,82); }
td.TdClassName
{
border-color: #B74152;
}
.TagClassName
{
border-color: #B74152;
}
</style>