Shades of Hippie Pink #B74F55
Tints of Hippie Pink #B74F55
RGB
CMYK
RGB Variations
Color information
#B74F55 (or 0xB74F55) is known color: Hippie Pink. HEX triplet: B7, 4F and 55. RGB value is (183,79,85). Sum of RGB (Red+Green+Blue) = 183+79+85=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74F55 is #48B0AA. Grayscale: #6E6E6E. Windows color (decimal): -4763819 or 5590967. OLE color: 5590967.
HSL color Cylindrical-coordinate representation of color #B74F55: hue angle of 356.54º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74F55 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 85 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.28 |
| HSL | 356.54º | 0.42% | 0.51% | - |
| HSV(B) | 356.54º | 0.57% | 0.72% | - |
| XYZ | 23.96 | 16.32 | 10.48 | - |
| YUV | 110.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 85 | 0 | 0.57 | 0.54 | 0.28 | 356.54 | 0.42 | 0.51 |
| Hex | B7 | 4F | 55 | 0 | 39 | 36 | 1C | 165 | 2A | 33 |
| Octal | 267 | 117 | 125 | 0 | 71 | 66 | 34 | 545 | 52 | 63 |
| Binary | 10110111 | 1001111 | 1010101 | 0 | 111001 | 110110 | 11100 | 101100101 | 101010 | 110011 |
Color Harmonies of #B74F55
Complementary color
Monochromatic Colors of #B74F55
Black with #B74F55
Text Example
Text Example
White with #B74F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F55; }
p { color: rgb(183,79,85); }
H1.HeaderClassName
{
color: #B74F55;
}
.AnyTagClassName
{
color: #B74F55;
}
</style>
background-color css
<style>
a { background-color: #B74F55; }
a { background-color: rgb(183,79,85); }
div.DivClassName
{
background-color: #B74F55;
}
.BgClassName
{
background-color: #B74F55;
}
</style>
border-color css
<style>
span { border-color: #B74F55; }
span { border-color: rgb(183,79,85); }
td.TdClassName
{
border-color: #B74F55;
}
.TagClassName
{
border-color: #B74F55;
}
</style>