Shades of Hippie Pink #B74155
Tints of Hippie Pink #B74155
RGB
CMYK
RGB Variations
Color information
#B74155 (or 0xB74155) is known color: Hippie Pink. HEX triplet: B7, 41 and 55. RGB value is (183,65,85). Sum of RGB (Red+Green+Blue) = 183+65+85=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B74155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74155 is #48BEAA. Grayscale: #666666. Windows color (decimal): -4767403 or 5587383. OLE color: 5587383.
HSL color Cylindrical-coordinate representation of color #B74155: hue angle of 349.83º 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 #B74155 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 85 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.28 |
| HSL | 349.83º | 0.48% | 0.49% | - |
| HSV(B) | 349.83º | 0.64% | 0.72% | - |
| XYZ | 23.06 | 14.5 | 10.18 | - |
| YUV | 102.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 85 | 0 | 0.64 | 0.54 | 0.28 | 349.83 | 0.48 | 0.49 |
| Hex | B7 | 41 | 55 | 0 | 40 | 36 | 1C | 15E | 30 | 31 |
| Octal | 267 | 101 | 125 | 0 | 100 | 66 | 34 | 536 | 60 | 61 |
| Binary | 10110111 | 1000001 | 1010101 | 0 | 1000000 | 110110 | 11100 | 101011110 | 110000 | 110001 |
Color Harmonies of #B74155
Complementary color
Monochromatic Colors of #B74155
Black with #B74155
Text Example
Text Example
White with #B74155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74155; }
p { color: rgb(183,65,85); }
H1.HeaderClassName
{
color: #B74155;
}
.AnyTagClassName
{
color: #B74155;
}
</style>
background-color css
<style>
a { background-color: #B74155; }
a { background-color: rgb(183,65,85); }
div.DivClassName
{
background-color: #B74155;
}
.BgClassName
{
background-color: #B74155;
}
</style>
border-color css
<style>
span { border-color: #B74155; }
span { border-color: rgb(183,65,85); }
td.TdClassName
{
border-color: #B74155;
}
.TagClassName
{
border-color: #B74155;
}
</style>