Shades of Hippie Pink #B74655
Tints of Hippie Pink #B74655
RGB
CMYK
RGB Variations
Color information
#B74655 (or 0xB74655) is known color: Hippie Pink. HEX triplet: B7, 46 and 55. RGB value is (183,70,85). Sum of RGB (Red+Green+Blue) = 183+70+85=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B74655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74655 is #48B9AA. Grayscale: #696969. Windows color (decimal): -4766123 or 5588663. OLE color: 5588663.
HSL color Cylindrical-coordinate representation of color #B74655: hue angle of 352.04º 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 #B74655 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 85 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.28 |
| HSL | 352.04º | 0.45% | 0.5% | - |
| HSV(B) | 352.04º | 0.62% | 0.72% | - |
| XYZ | 23.36 | 15.1 | 10.28 | - |
| YUV | 105.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 85 | 0 | 0.62 | 0.54 | 0.28 | 352.04 | 0.45 | 0.5 |
| Hex | B7 | 46 | 55 | 0 | 3E | 36 | 1C | 160 | 2D | 32 |
| Octal | 267 | 106 | 125 | 0 | 76 | 66 | 34 | 540 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1010101 | 0 | 111110 | 110110 | 11100 | 101100000 | 101101 | 110010 |
Color Harmonies of #B74655
Complementary color
Monochromatic Colors of #B74655
Black with #B74655
Text Example
Text Example
White with #B74655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74655; }
p { color: rgb(183,70,85); }
H1.HeaderClassName
{
color: #B74655;
}
.AnyTagClassName
{
color: #B74655;
}
</style>
background-color css
<style>
a { background-color: #B74655; }
a { background-color: rgb(183,70,85); }
div.DivClassName
{
background-color: #B74655;
}
.BgClassName
{
background-color: #B74655;
}
</style>
border-color css
<style>
span { border-color: #B74655; }
span { border-color: rgb(183,70,85); }
td.TdClassName
{
border-color: #B74655;
}
.TagClassName
{
border-color: #B74655;
}
</style>