Shades of Hippie Pink #B74258
Tints of Hippie Pink #B74258
RGB
CMYK
RGB Variations
Color information
#B74258 (or 0xB74258) is known color: Hippie Pink. HEX triplet: B7, 42 and 58. RGB value is (183,66,88). Sum of RGB (Red+Green+Blue) = 183+66+88=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B74258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74258 is #48BDA7. Grayscale: #676767. Windows color (decimal): -4767144 or 5784247. OLE color: 5784247.
HSL color Cylindrical-coordinate representation of color #B74258: hue angle of 348.72º degrees, saturation: 0.47, 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 #B74258 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 88 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.28 |
| HSL | 348.72º | 0.47% | 0.49% | - |
| HSV(B) | 348.72º | 0.64% | 0.72% | - |
| XYZ | 23.24 | 14.67 | 10.84 | - |
| YUV | 103.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 88 | 0 | 0.64 | 0.52 | 0.28 | 348.72 | 0.47 | 0.49 |
| Hex | B7 | 42 | 58 | 0 | 40 | 34 | 1C | 15D | 2F | 31 |
| Octal | 267 | 102 | 130 | 0 | 100 | 64 | 34 | 535 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1011000 | 0 | 1000000 | 110100 | 11100 | 101011101 | 101111 | 110001 |
Color Harmonies of #B74258
Complementary color
Monochromatic Colors of #B74258
Black with #B74258
Text Example
Text Example
White with #B74258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74258; }
p { color: rgb(183,66,88); }
H1.HeaderClassName
{
color: #B74258;
}
.AnyTagClassName
{
color: #B74258;
}
</style>
background-color css
<style>
a { background-color: #B74258; }
a { background-color: rgb(183,66,88); }
div.DivClassName
{
background-color: #B74258;
}
.BgClassName
{
background-color: #B74258;
}
</style>
border-color css
<style>
span { border-color: #B74258; }
span { border-color: rgb(183,66,88); }
td.TdClassName
{
border-color: #B74258;
}
.TagClassName
{
border-color: #B74258;
}
</style>