Shades of Hippie Pink #B74160
Tints of Hippie Pink #B74160
RGB
CMYK
RGB Variations
Color information
#B74160 (or 0xB74160) is known color: Hippie Pink. HEX triplet: B7, 41 and 60. RGB value is (183,65,96). Sum of RGB (Red+Green+Blue) = 183+65+96=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B74160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74160 is #48BE9F. Grayscale: #676767. Windows color (decimal): -4767392 or 6308279. OLE color: 6308279.
HSL color Cylindrical-coordinate representation of color #B74160: hue angle of 344.24º 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 #B74160 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 96 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.28 |
| HSL | 344.24º | 0.48% | 0.49% | - |
| HSV(B) | 344.24º | 0.64% | 0.72% | - |
| XYZ | 23.53 | 14.69 | 12.66 | - |
| YUV | 103.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 96 | 0 | 0.64 | 0.48 | 0.28 | 344.24 | 0.48 | 0.49 |
| Hex | B7 | 41 | 60 | 0 | 40 | 30 | 1C | 158 | 30 | 31 |
| Octal | 267 | 101 | 140 | 0 | 100 | 60 | 34 | 530 | 60 | 61 |
| Binary | 10110111 | 1000001 | 1100000 | 0 | 1000000 | 110000 | 11100 | 101011000 | 110000 | 110001 |
Color Harmonies of #B74160
Complementary color
Monochromatic Colors of #B74160
Black with #B74160
Text Example
Text Example
White with #B74160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74160; }
p { color: rgb(183,65,96); }
H1.HeaderClassName
{
color: #B74160;
}
.AnyTagClassName
{
color: #B74160;
}
</style>
background-color css
<style>
a { background-color: #B74160; }
a { background-color: rgb(183,65,96); }
div.DivClassName
{
background-color: #B74160;
}
.BgClassName
{
background-color: #B74160;
}
</style>
border-color css
<style>
span { border-color: #B74160; }
span { border-color: rgb(183,65,96); }
td.TdClassName
{
border-color: #B74160;
}
.TagClassName
{
border-color: #B74160;
}
</style>