Shades of Hippie Pink #B8445F
Tints of Hippie Pink #B8445F
RGB
CMYK
RGB Variations
Color information
#B8445F (or 0xB8445F) is known color: Hippie Pink. HEX triplet: B8, 44 and 5F. RGB value is (184,68,95). Sum of RGB (Red+Green+Blue) = 184+68+95=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8445F is #47BBA0. Grayscale: #696969. Windows color (decimal): -4701089 or 6243512. OLE color: 6243512.
HSL color Cylindrical-coordinate representation of color #B8445F: hue angle of 346.03º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8445F is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 95 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.28 |
| HSL | 346.03º | 0.46% | 0.49% | - |
| HSV(B) | 346.03º | 0.63% | 0.72% | - |
| XYZ | 23.9 | 15.15 | 12.49 | - |
| YUV | 105.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 95 | 0 | 0.63 | 0.48 | 0.28 | 346.03 | 0.46 | 0.49 |
| Hex | B8 | 44 | 5F | 0 | 3F | 30 | 1C | 15A | 2E | 31 |
| Octal | 270 | 104 | 137 | 0 | 77 | 60 | 34 | 532 | 56 | 61 |
| Binary | 10111000 | 1000100 | 1011111 | 0 | 111111 | 110000 | 11100 | 101011010 | 101110 | 110001 |
Color Harmonies of #B8445F
Complementary color
Monochromatic Colors of #B8445F
Black with #B8445F
Text Example
Text Example
White with #B8445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8445F; }
p { color: rgb(184,68,95); }
H1.HeaderClassName
{
color: #B8445F;
}
.AnyTagClassName
{
color: #B8445F;
}
</style>
background-color css
<style>
a { background-color: #B8445F; }
a { background-color: rgb(184,68,95); }
div.DivClassName
{
background-color: #B8445F;
}
.BgClassName
{
background-color: #B8445F;
}
</style>
border-color css
<style>
span { border-color: #B8445F; }
span { border-color: rgb(184,68,95); }
td.TdClassName
{
border-color: #B8445F;
}
.TagClassName
{
border-color: #B8445F;
}
</style>