Shades of Hippie Pink #B8445D
Tints of Hippie Pink #B8445D
RGB
CMYK
RGB Variations
Color information
#B8445D (or 0xB8445D) is known color: Hippie Pink. HEX triplet: B8, 44 and 5D. RGB value is (184,68,93). Sum of RGB (Red+Green+Blue) = 184+68+93=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8445D is #47BBA2. Grayscale: #696969. Windows color (decimal): -4701091 or 6112440. OLE color: 6112440.
HSL color Cylindrical-coordinate representation of color #B8445D: hue angle of 347.07º 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 #B8445D is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 93 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.28 |
| HSL | 347.07º | 0.46% | 0.49% | - |
| HSV(B) | 347.07º | 0.63% | 0.72% | - |
| XYZ | 23.81 | 15.11 | 12.02 | - |
| YUV | 105.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 93 | 0 | 0.63 | 0.49 | 0.28 | 347.07 | 0.46 | 0.49 |
| Hex | B8 | 44 | 5D | 0 | 3F | 31 | 1C | 15B | 2E | 31 |
| Octal | 270 | 104 | 135 | 0 | 77 | 61 | 34 | 533 | 56 | 61 |
| Binary | 10111000 | 1000100 | 1011101 | 0 | 111111 | 110001 | 11100 | 101011011 | 101110 | 110001 |
Color Harmonies of #B8445D
Complementary color
Monochromatic Colors of #B8445D
Black with #B8445D
Text Example
Text Example
White with #B8445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8445D; }
p { color: rgb(184,68,93); }
H1.HeaderClassName
{
color: #B8445D;
}
.AnyTagClassName
{
color: #B8445D;
}
</style>
background-color css
<style>
a { background-color: #B8445D; }
a { background-color: rgb(184,68,93); }
div.DivClassName
{
background-color: #B8445D;
}
.BgClassName
{
background-color: #B8445D;
}
</style>
border-color css
<style>
span { border-color: #B8445D; }
span { border-color: rgb(184,68,93); }
td.TdClassName
{
border-color: #B8445D;
}
.TagClassName
{
border-color: #B8445D;
}
</style>