Shades of Hippie Pink #B04B61
Tints of Hippie Pink #B04B61
RGB
CMYK
RGB Variations
Color information
#B04B61 (or 0xB04B61) is known color: Hippie Pink. HEX triplet: B0, 4B and 61. RGB value is (176,75,97). Sum of RGB (Red+Green+Blue) = 176+75+97=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B61 is #4FB49E. Grayscale: #6B6B6B. Windows color (decimal): -5223583 or 6376368. OLE color: 6376368.
HSL color Cylindrical-coordinate representation of color #B04B61: hue angle of 346.93º 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 #B04B61 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 75 | 97 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.31 |
| HSL | 346.93º | 0.4% | 0.49% | - |
| HSV(B) | 346.93º | 0.57% | 0.69% | - |
| XYZ | 22.58 | 15.13 | 13.04 | - |
| YUV | 107.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 97 | 0 | 0.57 | 0.45 | 0.31 | 346.93 | 0.4 | 0.49 |
| Hex | B0 | 4B | 61 | 0 | 39 | 2D | 1F | 15B | 28 | 31 |
| Octal | 260 | 113 | 141 | 0 | 71 | 55 | 37 | 533 | 50 | 61 |
| Binary | 10110000 | 1001011 | 1100001 | 0 | 111001 | 101101 | 11111 | 101011011 | 101000 | 110001 |
Color Harmonies of #B04B61
Complementary color
Monochromatic Colors of #B04B61
Black with #B04B61
Text Example
Text Example
White with #B04B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04B61; }
p { color: rgb(176,75,97); }
H1.HeaderClassName
{
color: #B04B61;
}
.AnyTagClassName
{
color: #B04B61;
}
</style>
background-color css
<style>
a { background-color: #B04B61; }
a { background-color: rgb(176,75,97); }
div.DivClassName
{
background-color: #B04B61;
}
.BgClassName
{
background-color: #B04B61;
}
</style>
border-color css
<style>
span { border-color: #B04B61; }
span { border-color: rgb(176,75,97); }
td.TdClassName
{
border-color: #B04B61;
}
.TagClassName
{
border-color: #B04B61;
}
</style>