Shades of Hippie Pink #B74E51
Tints of Hippie Pink #B74E51
RGB
CMYK
RGB Variations
Color information
#B74E51 (or 0xB74E51) is known color: Hippie Pink. HEX triplet: B7, 4E and 51. RGB value is (183,78,81). Sum of RGB (Red+Green+Blue) = 183+78+81=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E51 is #48B1AE. Grayscale: #6D6D6D. Windows color (decimal): -4764079 or 5328567. OLE color: 5328567.
HSL color Cylindrical-coordinate representation of color #B74E51: hue angle of 358.29º 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 #B74E51 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 81 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.28 |
| HSL | 358.29º | 0.42% | 0.51% | - |
| HSV(B) | 358.29º | 0.57% | 0.72% | - |
| XYZ | 23.74 | 16.11 | 9.64 | - |
| YUV | 109.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 81 | 0 | 0.57 | 0.56 | 0.28 | 358.29 | 0.42 | 0.51 |
| Hex | B7 | 4E | 51 | 0 | 39 | 38 | 1C | 166 | 2A | 33 |
| Octal | 267 | 116 | 121 | 0 | 71 | 70 | 34 | 546 | 52 | 63 |
| Binary | 10110111 | 1001110 | 1010001 | 0 | 111001 | 111000 | 11100 | 101100110 | 101010 | 110011 |
Color Harmonies of #B74E51
Complementary color
Monochromatic Colors of #B74E51
Black with #B74E51
Text Example
Text Example
White with #B74E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74E51; }
p { color: rgb(183,78,81); }
H1.HeaderClassName
{
color: #B74E51;
}
.AnyTagClassName
{
color: #B74E51;
}
</style>
background-color css
<style>
a { background-color: #B74E51; }
a { background-color: rgb(183,78,81); }
div.DivClassName
{
background-color: #B74E51;
}
.BgClassName
{
background-color: #B74E51;
}
</style>
border-color css
<style>
span { border-color: #B74E51; }
span { border-color: rgb(183,78,81); }
td.TdClassName
{
border-color: #B74E51;
}
.TagClassName
{
border-color: #B74E51;
}
</style>