Shades of Hippie Pink #B04153
Tints of Hippie Pink #B04153
RGB
CMYK
RGB Variations
Color information
#B04153 (or 0xB04153) is known color: Hippie Pink. HEX triplet: B0, 41 and 53. RGB value is (176,65,83). Sum of RGB (Red+Green+Blue) = 176+65+83=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B04153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04153 is #4FBEAC. Grayscale: #646464. Windows color (decimal): -5226157 or 5456304. OLE color: 5456304.
HSL color Cylindrical-coordinate representation of color #B04153: hue angle of 350.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04153 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 83 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.31 |
| HSL | 350.27º | 0.46% | 0.47% | - |
| HSV(B) | 350.27º | 0.63% | 0.69% | - |
| XYZ | 21.36 | 13.64 | 9.69 | - |
| YUV | 100.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 83 | 0 | 0.63 | 0.53 | 0.31 | 350.27 | 0.46 | 0.47 |
| Hex | B0 | 41 | 53 | 0 | 3F | 35 | 1F | 15E | 2E | 2F |
| Octal | 260 | 101 | 123 | 0 | 77 | 65 | 37 | 536 | 56 | 57 |
| Binary | 10110000 | 1000001 | 1010011 | 0 | 111111 | 110101 | 11111 | 101011110 | 101110 | 101111 |
Color Harmonies of #B04153
Complementary color
Monochromatic Colors of #B04153
Black with #B04153
Text Example
Text Example
White with #B04153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04153; }
p { color: rgb(176,65,83); }
H1.HeaderClassName
{
color: #B04153;
}
.AnyTagClassName
{
color: #B04153;
}
</style>
background-color css
<style>
a { background-color: #B04153; }
a { background-color: rgb(176,65,83); }
div.DivClassName
{
background-color: #B04153;
}
.BgClassName
{
background-color: #B04153;
}
</style>
border-color css
<style>
span { border-color: #B04153; }
span { border-color: rgb(176,65,83); }
td.TdClassName
{
border-color: #B04153;
}
.TagClassName
{
border-color: #B04153;
}
</style>