Shades of Hippie Pink #B74647
Tints of Hippie Pink #B74647
RGB
CMYK
RGB Variations
Color information
#B74647 (or 0xB74647) is known color: Hippie Pink. HEX triplet: B7, 46 and 47. RGB value is (183,70,71). Sum of RGB (Red+Green+Blue) = 183+70+71=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B74647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74647 is #48B9B8. Grayscale: #686868. Windows color (decimal): -4766137 or 4671159. OLE color: 4671159.
HSL color Cylindrical-coordinate representation of color #B74647: hue angle of 359.47º 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 #B74647 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 71 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.28 |
| HSL | 359.47º | 0.45% | 0.5% | - |
| HSV(B) | 359.47º | 0.62% | 0.72% | - |
| XYZ | 22.86 | 14.9 | 7.63 | - |
| YUV | 103.9 | 109.44 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 71 | 0 | 0.62 | 0.61 | 0.28 | 359.47 | 0.45 | 0.5 |
| Hex | B7 | 46 | 47 | 0 | 3E | 3D | 1C | 167 | 2D | 32 |
| Octal | 267 | 106 | 107 | 0 | 76 | 75 | 34 | 547 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1000111 | 0 | 111110 | 111101 | 11100 | 101100111 | 101101 | 110010 |
Color Harmonies of #B74647
Complementary color
Monochromatic Colors of #B74647
Black with #B74647
Text Example
Text Example
White with #B74647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74647; }
p { color: rgb(183,70,71); }
H1.HeaderClassName
{
color: #B74647;
}
.AnyTagClassName
{
color: #B74647;
}
</style>
background-color css
<style>
a { background-color: #B74647; }
a { background-color: rgb(183,70,71); }
div.DivClassName
{
background-color: #B74647;
}
.BgClassName
{
background-color: #B74647;
}
</style>
border-color css
<style>
span { border-color: #B74647; }
span { border-color: rgb(183,70,71); }
td.TdClassName
{
border-color: #B74647;
}
.TagClassName
{
border-color: #B74647;
}
</style>