Shades of Hippie Pink #B94758
Tints of Hippie Pink #B94758
RGB
CMYK
RGB Variations
Color information
#B94758 (or 0xB94758) is known color: Hippie Pink. HEX triplet: B9, 47 and 58. RGB value is (185,71,88). Sum of RGB (Red+Green+Blue) = 185+71+88=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B94758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94758 is #46B8A7. Grayscale: #6B6B6B. Windows color (decimal): -4634792 or 5785529. OLE color: 5785529.
HSL color Cylindrical-coordinate representation of color #B94758: hue angle of 351.05º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94758 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 88 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.27 |
| HSL | 351.05º | 0.45% | 0.5% | - |
| HSV(B) | 351.05º | 0.62% | 0.73% | - |
| XYZ | 24.02 | 15.53 | 10.96 | - |
| YUV | 107.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 88 | 0 | 0.62 | 0.52 | 0.27 | 351.05 | 0.45 | 0.5 |
| Hex | B9 | 47 | 58 | 0 | 3E | 34 | 1B | 15F | 2D | 32 |
| Octal | 271 | 107 | 130 | 0 | 76 | 64 | 33 | 537 | 55 | 62 |
| Binary | 10111001 | 1000111 | 1011000 | 0 | 111110 | 110100 | 11011 | 101011111 | 101101 | 110010 |
Color Harmonies of #B94758
Complementary color
Monochromatic Colors of #B94758
Black with #B94758
Text Example
Text Example
White with #B94758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94758; }
p { color: rgb(185,71,88); }
H1.HeaderClassName
{
color: #B94758;
}
.AnyTagClassName
{
color: #B94758;
}
</style>
background-color css
<style>
a { background-color: #B94758; }
a { background-color: rgb(185,71,88); }
div.DivClassName
{
background-color: #B94758;
}
.BgClassName
{
background-color: #B94758;
}
</style>
border-color css
<style>
span { border-color: #B94758; }
span { border-color: rgb(185,71,88); }
td.TdClassName
{
border-color: #B94758;
}
.TagClassName
{
border-color: #B94758;
}
</style>