Shades of Hippie Pink #B04053
Tints of Hippie Pink #B04053
RGB
CMYK
RGB Variations
Color information
#B04053 (or 0xB04053) is known color: Hippie Pink. HEX triplet: B0, 40 and 53. RGB value is (176,64,83). Sum of RGB (Red+Green+Blue) = 176+64+83=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B04053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04053 is #4FBFAC. Grayscale: #636363. Windows color (decimal): -5226413 or 5456048. OLE color: 5456048.
HSL color Cylindrical-coordinate representation of color #B04053: hue angle of 349.82º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04053 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 83 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.31 |
| HSL | 349.82º | 0.47% | 0.47% | - |
| HSV(B) | 349.82º | 0.64% | 0.69% | - |
| XYZ | 21.3 | 13.52 | 9.67 | - |
| YUV | 99.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 83 | 0 | 0.64 | 0.53 | 0.31 | 349.82 | 0.47 | 0.47 |
| Hex | B0 | 40 | 53 | 0 | 40 | 35 | 1F | 15E | 2F | 2F |
| Octal | 260 | 100 | 123 | 0 | 100 | 65 | 37 | 536 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1010011 | 0 | 1000000 | 110101 | 11111 | 101011110 | 101111 | 101111 |
Color Harmonies of #B04053
Complementary color
Monochromatic Colors of #B04053
Black with #B04053
Text Example
Text Example
White with #B04053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04053; }
p { color: rgb(176,64,83); }
H1.HeaderClassName
{
color: #B04053;
}
.AnyTagClassName
{
color: #B04053;
}
</style>
background-color css
<style>
a { background-color: #B04053; }
a { background-color: rgb(176,64,83); }
div.DivClassName
{
background-color: #B04053;
}
.BgClassName
{
background-color: #B04053;
}
</style>
border-color css
<style>
span { border-color: #B04053; }
span { border-color: rgb(176,64,83); }
td.TdClassName
{
border-color: #B04053;
}
.TagClassName
{
border-color: #B04053;
}
</style>