Shades of Hippie Pink #B74F54
Tints of Hippie Pink #B74F54
RGB
CMYK
RGB Variations
Color information
#B74F54 (or 0xB74F54) is known color: Hippie Pink. HEX triplet: B7, 4F and 54. RGB value is (183,79,84). Sum of RGB (Red+Green+Blue) = 183+79+84=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74F54 is #48B0AB. Grayscale: #6E6E6E. Windows color (decimal): -4763820 or 5525431. OLE color: 5525431.
HSL color Cylindrical-coordinate representation of color #B74F54: hue angle of 357.12º 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 #B74F54 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 84 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.28 |
| HSL | 357.12º | 0.42% | 0.51% | - |
| HSV(B) | 357.12º | 0.57% | 0.72% | - |
| XYZ | 23.92 | 16.3 | 10.27 | - |
| YUV | 110.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 84 | 0 | 0.57 | 0.54 | 0.28 | 357.12 | 0.42 | 0.51 |
| Hex | B7 | 4F | 54 | 0 | 39 | 36 | 1C | 165 | 2A | 33 |
| Octal | 267 | 117 | 124 | 0 | 71 | 66 | 34 | 545 | 52 | 63 |
| Binary | 10110111 | 1001111 | 1010100 | 0 | 111001 | 110110 | 11100 | 101100101 | 101010 | 110011 |
Color Harmonies of #B74F54
Complementary color
Monochromatic Colors of #B74F54
Black with #B74F54
Text Example
Text Example
White with #B74F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F54; }
p { color: rgb(183,79,84); }
H1.HeaderClassName
{
color: #B74F54;
}
.AnyTagClassName
{
color: #B74F54;
}
</style>
background-color css
<style>
a { background-color: #B74F54; }
a { background-color: rgb(183,79,84); }
div.DivClassName
{
background-color: #B74F54;
}
.BgClassName
{
background-color: #B74F54;
}
</style>
border-color css
<style>
span { border-color: #B74F54; }
span { border-color: rgb(183,79,84); }
td.TdClassName
{
border-color: #B74F54;
}
.TagClassName
{
border-color: #B74F54;
}
</style>