Shades of Hippie Pink #B04453
Tints of Hippie Pink #B04453
RGB
CMYK
RGB Variations
Color information
#B04453 (or 0xB04453) is known color: Hippie Pink. HEX triplet: B0, 44 and 53. RGB value is (176,68,83). Sum of RGB (Red+Green+Blue) = 176+68+83=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B04453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04453 is #4FBBAC. Grayscale: #666666. Windows color (decimal): -5225389 or 5457072. OLE color: 5457072.
HSL color Cylindrical-coordinate representation of color #B04453: hue angle of 351.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04453 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 83 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.31 |
| HSL | 351.67º | 0.44% | 0.48% | - |
| HSV(B) | 351.67º | 0.61% | 0.69% | - |
| XYZ | 21.53 | 13.99 | 9.75 | - |
| YUV | 102 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 83 | 0 | 0.61 | 0.53 | 0.31 | 351.67 | 0.44 | 0.48 |
| Hex | B0 | 44 | 53 | 0 | 3D | 35 | 1F | 160 | 2C | 30 |
| Octal | 260 | 104 | 123 | 0 | 75 | 65 | 37 | 540 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1010011 | 0 | 111101 | 110101 | 11111 | 101100000 | 101100 | 110000 |
Color Harmonies of #B04453
Complementary color
Monochromatic Colors of #B04453
Black with #B04453
Text Example
Text Example
White with #B04453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04453; }
p { color: rgb(176,68,83); }
H1.HeaderClassName
{
color: #B04453;
}
.AnyTagClassName
{
color: #B04453;
}
</style>
background-color css
<style>
a { background-color: #B04453; }
a { background-color: rgb(176,68,83); }
div.DivClassName
{
background-color: #B04453;
}
.BgClassName
{
background-color: #B04453;
}
</style>
border-color css
<style>
span { border-color: #B04453; }
span { border-color: rgb(176,68,83); }
td.TdClassName
{
border-color: #B04453;
}
.TagClassName
{
border-color: #B04453;
}
</style>