Shades of Hippie Pink #B04852
Tints of Hippie Pink #B04852
RGB
CMYK
RGB Variations
Color information
#B04852 (or 0xB04852) is known color: Hippie Pink. HEX triplet: B0, 48 and 52. RGB value is (176,72,82). Sum of RGB (Red+Green+Blue) = 176+72+82=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B04852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04852 is #4FB7AD. Grayscale: #686868. Windows color (decimal): -5224366 or 5392560. OLE color: 5392560.
HSL color Cylindrical-coordinate representation of color #B04852: hue angle of 354.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04852 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 82 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.31 |
| HSL | 354.23º | 0.42% | 0.49% | - |
| HSV(B) | 354.23º | 0.59% | 0.69% | - |
| XYZ | 21.74 | 14.47 | 9.63 | - |
| YUV | 104.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 82 | 0 | 0.59 | 0.53 | 0.31 | 354.23 | 0.42 | 0.49 |
| Hex | B0 | 48 | 52 | 0 | 3B | 35 | 1F | 162 | 2A | 31 |
| Octal | 260 | 110 | 122 | 0 | 73 | 65 | 37 | 542 | 52 | 61 |
| Binary | 10110000 | 1001000 | 1010010 | 0 | 111011 | 110101 | 11111 | 101100010 | 101010 | 110001 |
Color Harmonies of #B04852
Complementary color
Monochromatic Colors of #B04852
Black with #B04852
Text Example
Text Example
White with #B04852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04852; }
p { color: rgb(176,72,82); }
H1.HeaderClassName
{
color: #B04852;
}
.AnyTagClassName
{
color: #B04852;
}
</style>
background-color css
<style>
a { background-color: #B04852; }
a { background-color: rgb(176,72,82); }
div.DivClassName
{
background-color: #B04852;
}
.BgClassName
{
background-color: #B04852;
}
</style>
border-color css
<style>
span { border-color: #B04852; }
span { border-color: rgb(176,72,82); }
td.TdClassName
{
border-color: #B04852;
}
.TagClassName
{
border-color: #B04852;
}
</style>