Shades of Hippie Pink #B74851
Tints of Hippie Pink #B74851
RGB
CMYK
RGB Variations
Color information
#B74851 (or 0xB74851) is known color: Hippie Pink. HEX triplet: B7, 48 and 51. RGB value is (183,72,81). Sum of RGB (Red+Green+Blue) = 183+72+81=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B74851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74851 is #48B7AE. Grayscale: #6A6A6A. Windows color (decimal): -4765615 or 5327031. OLE color: 5327031.
HSL color Cylindrical-coordinate representation of color #B74851: hue angle of 355.14º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74851 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 81 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.28 |
| HSL | 355.14º | 0.44% | 0.5% | - |
| HSV(B) | 355.14º | 0.61% | 0.72% | - |
| XYZ | 23.33 | 15.3 | 9.51 | - |
| YUV | 106.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 81 | 0 | 0.61 | 0.56 | 0.28 | 355.14 | 0.44 | 0.5 |
| Hex | B7 | 48 | 51 | 0 | 3D | 38 | 1C | 163 | 2C | 32 |
| Octal | 267 | 110 | 121 | 0 | 75 | 70 | 34 | 543 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1010001 | 0 | 111101 | 111000 | 11100 | 101100011 | 101100 | 110010 |
Color Harmonies of #B74851
Complementary color
Monochromatic Colors of #B74851
Black with #B74851
Text Example
Text Example
White with #B74851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74851; }
p { color: rgb(183,72,81); }
H1.HeaderClassName
{
color: #B74851;
}
.AnyTagClassName
{
color: #B74851;
}
</style>
background-color css
<style>
a { background-color: #B74851; }
a { background-color: rgb(183,72,81); }
div.DivClassName
{
background-color: #B74851;
}
.BgClassName
{
background-color: #B74851;
}
</style>
border-color css
<style>
span { border-color: #B74851; }
span { border-color: rgb(183,72,81); }
td.TdClassName
{
border-color: #B74851;
}
.TagClassName
{
border-color: #B74851;
}
</style>