Shades of Hippie Pink #B74957
Tints of Hippie Pink #B74957
RGB
CMYK
RGB Variations
Color information
#B74957 (or 0xB74957) is known color: Hippie Pink. HEX triplet: B7, 49 and 57. RGB value is (183,73,87). Sum of RGB (Red+Green+Blue) = 183+73+87=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B74957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74957 is #48B6A8. Grayscale: #6B6B6B. Windows color (decimal): -4765353 or 5720503. OLE color: 5720503.
HSL color Cylindrical-coordinate representation of color #B74957: hue angle of 352.36º 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 #B74957 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 87 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.28 |
| HSL | 352.36º | 0.43% | 0.5% | - |
| HSV(B) | 352.36º | 0.6% | 0.72% | - |
| XYZ | 23.63 | 15.52 | 10.77 | - |
| YUV | 107.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 87 | 0 | 0.60 | 0.52 | 0.28 | 352.36 | 0.43 | 0.5 |
| Hex | B7 | 49 | 57 | 0 | 3C | 34 | 1C | 160 | 2B | 32 |
| Octal | 267 | 111 | 127 | 0 | 74 | 64 | 34 | 540 | 53 | 62 |
| Binary | 10110111 | 1001001 | 1010111 | 0 | 111100 | 110100 | 11100 | 101100000 | 101011 | 110010 |
Color Harmonies of #B74957
Complementary color
Monochromatic Colors of #B74957
Black with #B74957
Text Example
Text Example
White with #B74957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74957; }
p { color: rgb(183,73,87); }
H1.HeaderClassName
{
color: #B74957;
}
.AnyTagClassName
{
color: #B74957;
}
</style>
background-color css
<style>
a { background-color: #B74957; }
a { background-color: rgb(183,73,87); }
div.DivClassName
{
background-color: #B74957;
}
.BgClassName
{
background-color: #B74957;
}
</style>
border-color css
<style>
span { border-color: #B74957; }
span { border-color: rgb(183,73,87); }
td.TdClassName
{
border-color: #B74957;
}
.TagClassName
{
border-color: #B74957;
}
</style>