Shades of Hippie Pink #B74154
Tints of Hippie Pink #B74154
RGB
CMYK
RGB Variations
Color information
#B74154 (or 0xB74154) is known color: Hippie Pink. HEX triplet: B7, 41 and 54. RGB value is (183,65,84). Sum of RGB (Red+Green+Blue) = 183+65+84=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B74154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74154 is #48BEAB. Grayscale: #666666. Windows color (decimal): -4767404 or 5521847. OLE color: 5521847.
HSL color Cylindrical-coordinate representation of color #B74154: hue angle of 350.34º 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 #B74154 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 84 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.28 |
| HSL | 350.34º | 0.48% | 0.49% | - |
| HSV(B) | 350.34º | 0.64% | 0.72% | - |
| XYZ | 23.02 | 14.49 | 9.97 | - |
| YUV | 102.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 84 | 0 | 0.64 | 0.54 | 0.28 | 350.34 | 0.48 | 0.49 |
| Hex | B7 | 41 | 54 | 0 | 40 | 36 | 1C | 15E | 30 | 31 |
| Octal | 267 | 101 | 124 | 0 | 100 | 66 | 34 | 536 | 60 | 61 |
| Binary | 10110111 | 1000001 | 1010100 | 0 | 1000000 | 110110 | 11100 | 101011110 | 110000 | 110001 |
Color Harmonies of #B74154
Complementary color
Monochromatic Colors of #B74154
Black with #B74154
Text Example
Text Example
White with #B74154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74154; }
p { color: rgb(183,65,84); }
H1.HeaderClassName
{
color: #B74154;
}
.AnyTagClassName
{
color: #B74154;
}
</style>
background-color css
<style>
a { background-color: #B74154; }
a { background-color: rgb(183,65,84); }
div.DivClassName
{
background-color: #B74154;
}
.BgClassName
{
background-color: #B74154;
}
</style>
border-color css
<style>
span { border-color: #B74154; }
span { border-color: rgb(183,65,84); }
td.TdClassName
{
border-color: #B74154;
}
.TagClassName
{
border-color: #B74154;
}
</style>