Shades of Hippie Pink #B74055
Tints of Hippie Pink #B74055
RGB
CMYK
RGB Variations
Color information
#B74055 (or 0xB74055) is known color: Hippie Pink. HEX triplet: B7, 40 and 55. RGB value is (183,64,85). Sum of RGB (Red+Green+Blue) = 183+64+85=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B74055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74055 is #48BFAA. Grayscale: #666666. Windows color (decimal): -4767659 or 5587127. OLE color: 5587127.
HSL color Cylindrical-coordinate representation of color #B74055: hue angle of 349.41º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74055 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 85 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.28 |
| HSL | 349.41º | 0.48% | 0.48% | - |
| HSV(B) | 349.41º | 0.65% | 0.72% | - |
| XYZ | 23 | 14.39 | 10.16 | - |
| YUV | 101.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 85 | 0 | 0.65 | 0.54 | 0.28 | 349.41 | 0.48 | 0.48 |
| Hex | B7 | 40 | 55 | 0 | 41 | 36 | 1C | 15D | 30 | 30 |
| Octal | 267 | 100 | 125 | 0 | 101 | 66 | 34 | 535 | 60 | 60 |
| Binary | 10110111 | 1000000 | 1010101 | 0 | 1000001 | 110110 | 11100 | 101011101 | 110000 | 110000 |
Color Harmonies of #B74055
Complementary color
Monochromatic Colors of #B74055
Black with #B74055
Text Example
Text Example
White with #B74055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74055; }
p { color: rgb(183,64,85); }
H1.HeaderClassName
{
color: #B74055;
}
.AnyTagClassName
{
color: #B74055;
}
</style>
background-color css
<style>
a { background-color: #B74055; }
a { background-color: rgb(183,64,85); }
div.DivClassName
{
background-color: #B74055;
}
.BgClassName
{
background-color: #B74055;
}
</style>
border-color css
<style>
span { border-color: #B74055; }
span { border-color: rgb(183,64,85); }
td.TdClassName
{
border-color: #B74055;
}
.TagClassName
{
border-color: #B74055;
}
</style>