Shades of Hippie Pink #B74657
Tints of Hippie Pink #B74657
RGB
CMYK
RGB Variations
Color information
#B74657 (or 0xB74657) is known color: Hippie Pink. HEX triplet: B7, 46 and 57. RGB value is (183,70,87). Sum of RGB (Red+Green+Blue) = 183+70+87=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B74657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74657 is #48B9A8. Grayscale: #696969. Windows color (decimal): -4766121 or 5719735. OLE color: 5719735.
HSL color Cylindrical-coordinate representation of color #B74657: hue angle of 350.97º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74657 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 87 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.28 |
| HSL | 350.97º | 0.45% | 0.5% | - |
| HSV(B) | 350.97º | 0.62% | 0.72% | - |
| XYZ | 23.44 | 15.14 | 10.7 | - |
| YUV | 105.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 87 | 0 | 0.62 | 0.52 | 0.28 | 350.97 | 0.45 | 0.5 |
| Hex | B7 | 46 | 57 | 0 | 3E | 34 | 1C | 15F | 2D | 32 |
| Octal | 267 | 106 | 127 | 0 | 76 | 64 | 34 | 537 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1010111 | 0 | 111110 | 110100 | 11100 | 101011111 | 101101 | 110010 |
Color Harmonies of #B74657
Complementary color
Monochromatic Colors of #B74657
Black with #B74657
Text Example
Text Example
White with #B74657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74657; }
p { color: rgb(183,70,87); }
H1.HeaderClassName
{
color: #B74657;
}
.AnyTagClassName
{
color: #B74657;
}
</style>
background-color css
<style>
a { background-color: #B74657; }
a { background-color: rgb(183,70,87); }
div.DivClassName
{
background-color: #B74657;
}
.BgClassName
{
background-color: #B74657;
}
</style>
border-color css
<style>
span { border-color: #B74657; }
span { border-color: rgb(183,70,87); }
td.TdClassName
{
border-color: #B74657;
}
.TagClassName
{
border-color: #B74657;
}
</style>