Shades of Hippie Pink #B04B62
Tints of Hippie Pink #B04B62
RGB
CMYK
RGB Variations
Color information
#B04B62 (or 0xB04B62) is known color: Hippie Pink. HEX triplet: B0, 4B and 62. RGB value is (176,75,98). Sum of RGB (Red+Green+Blue) = 176+75+98=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B62 is #4FB49D. Grayscale: #6B6B6B. Windows color (decimal): -5223582 or 6441904. OLE color: 6441904.
HSL color Cylindrical-coordinate representation of color #B04B62: hue angle of 346.34º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04B62 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 75 | 98 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.31 |
| HSL | 346.34º | 0.4% | 0.49% | - |
| HSV(B) | 346.34º | 0.57% | 0.69% | - |
| XYZ | 22.63 | 15.14 | 13.29 | - |
| YUV | 107.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 98 | 0 | 0.57 | 0.44 | 0.31 | 346.34 | 0.4 | 0.49 |
| Hex | B0 | 4B | 62 | 0 | 39 | 2C | 1F | 15A | 28 | 31 |
| Octal | 260 | 113 | 142 | 0 | 71 | 54 | 37 | 532 | 50 | 61 |
| Binary | 10110000 | 1001011 | 1100010 | 0 | 111001 | 101100 | 11111 | 101011010 | 101000 | 110001 |
Color Harmonies of #B04B62
Complementary color
Monochromatic Colors of #B04B62
Black with #B04B62
Text Example
Text Example
White with #B04B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04B62; }
p { color: rgb(176,75,98); }
H1.HeaderClassName
{
color: #B04B62;
}
.AnyTagClassName
{
color: #B04B62;
}
</style>
background-color css
<style>
a { background-color: #B04B62; }
a { background-color: rgb(176,75,98); }
div.DivClassName
{
background-color: #B04B62;
}
.BgClassName
{
background-color: #B04B62;
}
</style>
border-color css
<style>
span { border-color: #B04B62; }
span { border-color: rgb(176,75,98); }
td.TdClassName
{
border-color: #B04B62;
}
.TagClassName
{
border-color: #B04B62;
}
</style>