Shades of Hippie Pink #B74358
Tints of Hippie Pink #B74358
RGB
CMYK
RGB Variations
Color information
#B74358 (or 0xB74358) is known color: Hippie Pink. HEX triplet: B7, 43 and 58. RGB value is (183,67,88). Sum of RGB (Red+Green+Blue) = 183+67+88=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B74358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74358 is #48BCA7. Grayscale: #686868. Windows color (decimal): -4766888 or 5784503. OLE color: 5784503.
HSL color Cylindrical-coordinate representation of color #B74358: hue angle of 349.14º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74358 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 88 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.28 |
| HSL | 349.14º | 0.46% | 0.49% | - |
| HSV(B) | 349.14º | 0.63% | 0.72% | - |
| XYZ | 23.3 | 14.79 | 10.86 | - |
| YUV | 104.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 88 | 0 | 0.63 | 0.52 | 0.28 | 349.14 | 0.46 | 0.49 |
| Hex | B7 | 43 | 58 | 0 | 3F | 34 | 1C | 15D | 2E | 31 |
| Octal | 267 | 103 | 130 | 0 | 77 | 64 | 34 | 535 | 56 | 61 |
| Binary | 10110111 | 1000011 | 1011000 | 0 | 111111 | 110100 | 11100 | 101011101 | 101110 | 110001 |
Color Harmonies of #B74358
Complementary color
Monochromatic Colors of #B74358
Black with #B74358
Text Example
Text Example
White with #B74358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74358; }
p { color: rgb(183,67,88); }
H1.HeaderClassName
{
color: #B74358;
}
.AnyTagClassName
{
color: #B74358;
}
</style>
background-color css
<style>
a { background-color: #B74358; }
a { background-color: rgb(183,67,88); }
div.DivClassName
{
background-color: #B74358;
}
.BgClassName
{
background-color: #B74358;
}
</style>
border-color css
<style>
span { border-color: #B74358; }
span { border-color: rgb(183,67,88); }
td.TdClassName
{
border-color: #B74358;
}
.TagClassName
{
border-color: #B74358;
}
</style>