Shades of Hippie Pink #B35051
Tints of Hippie Pink #B35051
RGB
CMYK
RGB Variations
Color information
#B35051 (or 0xB35051) is known color: Hippie Pink. HEX triplet: B3, 50 and 51. RGB value is (179,80,81). Sum of RGB (Red+Green+Blue) = 179+80+81=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B35051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35051 is #4CAFAE. Grayscale: #6D6D6D. Windows color (decimal): -5025711 or 5329075. OLE color: 5329075.
HSL color Cylindrical-coordinate representation of color #B35051: hue angle of 359.39º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35051 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 81 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.30 |
| HSL | 359.39º | 0.39% | 0.51% | - |
| HSV(B) | 359.39º | 0.55% | 0.7% | - |
| XYZ | 22.94 | 15.92 | 9.65 | - |
| YUV | 109.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 81 | 0 | 0.55 | 0.55 | 0.30 | 359.39 | 0.39 | 0.51 |
| Hex | B3 | 50 | 51 | 0 | 37 | 37 | 1E | 167 | 27 | 33 |
| Octal | 263 | 120 | 121 | 0 | 67 | 67 | 36 | 547 | 47 | 63 |
| Binary | 10110011 | 1010000 | 1010001 | 0 | 110111 | 110111 | 11110 | 101100111 | 100111 | 110011 |
Color Harmonies of #B35051
Complementary color
Monochromatic Colors of #B35051
Black with #B35051
Text Example
Text Example
White with #B35051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35051; }
p { color: rgb(179,80,81); }
H1.HeaderClassName
{
color: #B35051;
}
.AnyTagClassName
{
color: #B35051;
}
</style>
background-color css
<style>
a { background-color: #B35051; }
a { background-color: rgb(179,80,81); }
div.DivClassName
{
background-color: #B35051;
}
.BgClassName
{
background-color: #B35051;
}
</style>
border-color css
<style>
span { border-color: #B35051; }
span { border-color: rgb(179,80,81); }
td.TdClassName
{
border-color: #B35051;
}
.TagClassName
{
border-color: #B35051;
}
</style>