Shades of Hippie Pink #B7424B
Tints of Hippie Pink #B7424B
RGB
CMYK
RGB Variations
Color information
#B7424B (or 0xB7424B) is known color: Hippie Pink. HEX triplet: B7, 42 and 4B. RGB value is (183,66,75). Sum of RGB (Red+Green+Blue) = 183+66+75=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7424B is #48BDB4. Grayscale: #666666. Windows color (decimal): -4767157 or 4932279. OLE color: 4932279.
HSL color Cylindrical-coordinate representation of color #B7424B: hue angle of 355.38º 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 #B7424B is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 75 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.28 |
| HSL | 355.38º | 0.47% | 0.49% | - |
| HSV(B) | 355.38º | 0.64% | 0.72% | - |
| XYZ | 22.75 | 14.47 | 8.25 | - |
| YUV | 102.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 75 | 0 | 0.64 | 0.59 | 0.28 | 355.38 | 0.47 | 0.49 |
| Hex | B7 | 42 | 4B | 0 | 40 | 3B | 1C | 163 | 2F | 31 |
| Octal | 267 | 102 | 113 | 0 | 100 | 73 | 34 | 543 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1001011 | 0 | 1000000 | 111011 | 11100 | 101100011 | 101111 | 110001 |
Color Harmonies of #B7424B
Complementary color
Monochromatic Colors of #B7424B
Black with #B7424B
Text Example
Text Example
White with #B7424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7424B; }
p { color: rgb(183,66,75); }
H1.HeaderClassName
{
color: #B7424B;
}
.AnyTagClassName
{
color: #B7424B;
}
</style>
background-color css
<style>
a { background-color: #B7424B; }
a { background-color: rgb(183,66,75); }
div.DivClassName
{
background-color: #B7424B;
}
.BgClassName
{
background-color: #B7424B;
}
</style>
border-color css
<style>
span { border-color: #B7424B; }
span { border-color: rgb(183,66,75); }
td.TdClassName
{
border-color: #B7424B;
}
.TagClassName
{
border-color: #B7424B;
}
</style>