Shades of Hippie Pink #B74C55
Tints of Hippie Pink #B74C55
RGB
CMYK
RGB Variations
Color information
#B74C55 (or 0xB74C55) is known color: Hippie Pink. HEX triplet: B7, 4C and 55. RGB value is (183,76,85). Sum of RGB (Red+Green+Blue) = 183+76+85=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C55 is #48B3AA. Grayscale: #6D6D6D. Windows color (decimal): -4764587 or 5590199. OLE color: 5590199.
HSL color Cylindrical-coordinate representation of color #B74C55: hue angle of 354.95º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74C55 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 85 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.28 |
| HSL | 354.95º | 0.43% | 0.51% | - |
| HSV(B) | 354.95º | 0.58% | 0.72% | - |
| XYZ | 23.75 | 15.89 | 10.41 | - |
| YUV | 109.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 85 | 0 | 0.58 | 0.54 | 0.28 | 354.95 | 0.43 | 0.51 |
| Hex | B7 | 4C | 55 | 0 | 3A | 36 | 1C | 163 | 2B | 33 |
| Octal | 267 | 114 | 125 | 0 | 72 | 66 | 34 | 543 | 53 | 63 |
| Binary | 10110111 | 1001100 | 1010101 | 0 | 111010 | 110110 | 11100 | 101100011 | 101011 | 110011 |
Color Harmonies of #B74C55
Complementary color
Monochromatic Colors of #B74C55
Black with #B74C55
Text Example
Text Example
White with #B74C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C55; }
p { color: rgb(183,76,85); }
H1.HeaderClassName
{
color: #B74C55;
}
.AnyTagClassName
{
color: #B74C55;
}
</style>
background-color css
<style>
a { background-color: #B74C55; }
a { background-color: rgb(183,76,85); }
div.DivClassName
{
background-color: #B74C55;
}
.BgClassName
{
background-color: #B74C55;
}
</style>
border-color css
<style>
span { border-color: #B74C55; }
span { border-color: rgb(183,76,85); }
td.TdClassName
{
border-color: #B74C55;
}
.TagClassName
{
border-color: #B74C55;
}
</style>