Shades of Hippie Pink #B74151
Tints of Hippie Pink #B74151
RGB
CMYK
RGB Variations
Color information
#B74151 (or 0xB74151) is known color: Hippie Pink. HEX triplet: B7, 41 and 51. RGB value is (183,65,81). Sum of RGB (Red+Green+Blue) = 183+65+81=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B74151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74151 is #48BEAE. Grayscale: #666666. Windows color (decimal): -4767407 or 5325239. OLE color: 5325239.
HSL color Cylindrical-coordinate representation of color #B74151: hue angle of 351.86º 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 #B74151 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 81 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.28 |
| HSL | 351.86º | 0.48% | 0.49% | - |
| HSV(B) | 351.86º | 0.64% | 0.72% | - |
| XYZ | 22.9 | 14.44 | 9.36 | - |
| YUV | 102.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 81 | 0 | 0.64 | 0.56 | 0.28 | 351.86 | 0.48 | 0.49 |
| Hex | B7 | 41 | 51 | 0 | 40 | 38 | 1C | 160 | 30 | 31 |
| Octal | 267 | 101 | 121 | 0 | 100 | 70 | 34 | 540 | 60 | 61 |
| Binary | 10110111 | 1000001 | 1010001 | 0 | 1000000 | 111000 | 11100 | 101100000 | 110000 | 110001 |
Color Harmonies of #B74151
Complementary color
Monochromatic Colors of #B74151
Black with #B74151
Text Example
Text Example
White with #B74151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74151; }
p { color: rgb(183,65,81); }
H1.HeaderClassName
{
color: #B74151;
}
.AnyTagClassName
{
color: #B74151;
}
</style>
background-color css
<style>
a { background-color: #B74151; }
a { background-color: rgb(183,65,81); }
div.DivClassName
{
background-color: #B74151;
}
.BgClassName
{
background-color: #B74151;
}
</style>
border-color css
<style>
span { border-color: #B74151; }
span { border-color: rgb(183,65,81); }
td.TdClassName
{
border-color: #B74151;
}
.TagClassName
{
border-color: #B74151;
}
</style>