Shades of Hippie Pink #B7424D
Tints of Hippie Pink #B7424D
RGB
CMYK
RGB Variations
Color information
#B7424D (or 0xB7424D) is known color: Hippie Pink. HEX triplet: B7, 42 and 4D. RGB value is (183,66,77). Sum of RGB (Red+Green+Blue) = 183+66+77=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7424D is #48BDB2. Grayscale: #666666. Windows color (decimal): -4767155 or 5063351. OLE color: 5063351.
HSL color Cylindrical-coordinate representation of color #B7424D: hue angle of 354.36º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7424D is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 77 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.28 |
| HSL | 354.36º | 0.47% | 0.49% | - |
| HSV(B) | 354.36º | 0.64% | 0.72% | - |
| XYZ | 22.82 | 14.5 | 8.62 | - |
| YUV | 102.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 77 | 0 | 0.64 | 0.58 | 0.28 | 354.36 | 0.47 | 0.49 |
| Hex | B7 | 42 | 4D | 0 | 40 | 3A | 1C | 162 | 2F | 31 |
| Octal | 267 | 102 | 115 | 0 | 100 | 72 | 34 | 542 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1001101 | 0 | 1000000 | 111010 | 11100 | 101100010 | 101111 | 110001 |
Color Harmonies of #B7424D
Complementary color
Monochromatic Colors of #B7424D
Black with #B7424D
Text Example
Text Example
White with #B7424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7424D; }
p { color: rgb(183,66,77); }
H1.HeaderClassName
{
color: #B7424D;
}
.AnyTagClassName
{
color: #B7424D;
}
</style>
background-color css
<style>
a { background-color: #B7424D; }
a { background-color: rgb(183,66,77); }
div.DivClassName
{
background-color: #B7424D;
}
.BgClassName
{
background-color: #B7424D;
}
</style>
border-color css
<style>
span { border-color: #B7424D; }
span { border-color: rgb(183,66,77); }
td.TdClassName
{
border-color: #B7424D;
}
.TagClassName
{
border-color: #B7424D;
}
</style>