Shades of Hippie Pink #B74951
Tints of Hippie Pink #B74951
RGB
CMYK
RGB Variations
Color information
#B74951 (or 0xB74951) is known color: Hippie Pink. HEX triplet: B7, 49 and 51. RGB value is (183,73,81). Sum of RGB (Red+Green+Blue) = 183+73+81=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B74951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74951 is #48B6AE. Grayscale: #6A6A6A. Windows color (decimal): -4765359 or 5327287. OLE color: 5327287.
HSL color Cylindrical-coordinate representation of color #B74951: hue angle of 355.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74951 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 81 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.28 |
| HSL | 355.64º | 0.43% | 0.5% | - |
| HSV(B) | 355.64º | 0.6% | 0.72% | - |
| XYZ | 23.4 | 15.43 | 9.53 | - |
| YUV | 106.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 81 | 0 | 0.60 | 0.56 | 0.28 | 355.64 | 0.43 | 0.5 |
| Hex | B7 | 49 | 51 | 0 | 3C | 38 | 1C | 164 | 2B | 32 |
| Octal | 267 | 111 | 121 | 0 | 74 | 70 | 34 | 544 | 53 | 62 |
| Binary | 10110111 | 1001001 | 1010001 | 0 | 111100 | 111000 | 11100 | 101100100 | 101011 | 110010 |
Color Harmonies of #B74951
Complementary color
Monochromatic Colors of #B74951
Black with #B74951
Text Example
Text Example
White with #B74951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74951; }
p { color: rgb(183,73,81); }
H1.HeaderClassName
{
color: #B74951;
}
.AnyTagClassName
{
color: #B74951;
}
</style>
background-color css
<style>
a { background-color: #B74951; }
a { background-color: rgb(183,73,81); }
div.DivClassName
{
background-color: #B74951;
}
.BgClassName
{
background-color: #B74951;
}
</style>
border-color css
<style>
span { border-color: #B74951; }
span { border-color: rgb(183,73,81); }
td.TdClassName
{
border-color: #B74951;
}
.TagClassName
{
border-color: #B74951;
}
</style>