Shades of Hippie Pink #B7464B
Tints of Hippie Pink #B7464B
RGB
CMYK
RGB Variations
Color information
#B7464B (or 0xB7464B) is known color: Hippie Pink. HEX triplet: B7, 46 and 4B. RGB value is (183,70,75). Sum of RGB (Red+Green+Blue) = 183+70+75=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7464B is #48B9B4. Grayscale: #686868. Windows color (decimal): -4766133 or 4933303. OLE color: 4933303.
HSL color Cylindrical-coordinate representation of color #B7464B: hue angle of 357.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7464B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 75 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.28 |
| HSL | 357.35º | 0.45% | 0.5% | - |
| HSV(B) | 357.35º | 0.62% | 0.72% | - |
| XYZ | 22.99 | 14.96 | 8.33 | - |
| YUV | 104.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 75 | 0 | 0.62 | 0.59 | 0.28 | 357.35 | 0.45 | 0.5 |
| Hex | B7 | 46 | 4B | 0 | 3E | 3B | 1C | 165 | 2D | 32 |
| Octal | 267 | 106 | 113 | 0 | 76 | 73 | 34 | 545 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1001011 | 0 | 111110 | 111011 | 11100 | 101100101 | 101101 | 110010 |
Color Harmonies of #B7464B
Complementary color
Monochromatic Colors of #B7464B
Black with #B7464B
Text Example
Text Example
White with #B7464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7464B; }
p { color: rgb(183,70,75); }
H1.HeaderClassName
{
color: #B7464B;
}
.AnyTagClassName
{
color: #B7464B;
}
</style>
background-color css
<style>
a { background-color: #B7464B; }
a { background-color: rgb(183,70,75); }
div.DivClassName
{
background-color: #B7464B;
}
.BgClassName
{
background-color: #B7464B;
}
</style>
border-color css
<style>
span { border-color: #B7464B; }
span { border-color: rgb(183,70,75); }
td.TdClassName
{
border-color: #B7464B;
}
.TagClassName
{
border-color: #B7464B;
}
</style>