Shades of Hippie Pink #B85358
Tints of Hippie Pink #B85358
RGB
CMYK
RGB Variations
Color information
#B85358 (or 0xB85358) is known color: Hippie Pink. HEX triplet: B8, 53 and 58. RGB value is (184,83,88). Sum of RGB (Red+Green+Blue) = 184+83+88=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B85358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85358 is #47ACA7. Grayscale: #717171. Windows color (decimal): -4697256 or 5788600. OLE color: 5788600.
HSL color Cylindrical-coordinate representation of color #B85358: hue angle of 357.03º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85358 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 88 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.28 |
| HSL | 357.03º | 0.42% | 0.52% | - |
| HSV(B) | 357.03º | 0.55% | 0.72% | - |
| XYZ | 24.62 | 17.08 | 11.23 | - |
| YUV | 113.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 88 | 0 | 0.55 | 0.52 | 0.28 | 357.03 | 0.42 | 0.52 |
| Hex | B8 | 53 | 58 | 0 | 37 | 34 | 1C | 165 | 2A | 34 |
| Octal | 270 | 123 | 130 | 0 | 67 | 64 | 34 | 545 | 52 | 64 |
| Binary | 10111000 | 1010011 | 1011000 | 0 | 110111 | 110100 | 11100 | 101100101 | 101010 | 110100 |
Color Harmonies of #B85358
Complementary color
Monochromatic Colors of #B85358
Black with #B85358
Text Example
Text Example
White with #B85358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85358; }
p { color: rgb(184,83,88); }
H1.HeaderClassName
{
color: #B85358;
}
.AnyTagClassName
{
color: #B85358;
}
</style>
background-color css
<style>
a { background-color: #B85358; }
a { background-color: rgb(184,83,88); }
div.DivClassName
{
background-color: #B85358;
}
.BgClassName
{
background-color: #B85358;
}
</style>
border-color css
<style>
span { border-color: #B85358; }
span { border-color: rgb(184,83,88); }
td.TdClassName
{
border-color: #B85358;
}
.TagClassName
{
border-color: #B85358;
}
</style>