Shades of Hippie Pink #B8445C
Tints of Hippie Pink #B8445C
RGB
CMYK
RGB Variations
Color information
#B8445C (or 0xB8445C) is known color: Hippie Pink. HEX triplet: B8, 44 and 5C. RGB value is (184,68,92). Sum of RGB (Red+Green+Blue) = 184+68+92=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8445C is #47BBA3. Grayscale: #696969. Windows color (decimal): -4701092 or 6046904. OLE color: 6046904.
HSL color Cylindrical-coordinate representation of color #B8445C: hue angle of 347.59º 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 #B8445C is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 92 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.28 |
| HSL | 347.59º | 0.46% | 0.49% | - |
| HSV(B) | 347.59º | 0.63% | 0.72% | - |
| XYZ | 23.77 | 15.1 | 11.79 | - |
| YUV | 105.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 92 | 0 | 0.63 | 0.50 | 0.28 | 347.59 | 0.46 | 0.49 |
| Hex | B8 | 44 | 5C | 0 | 3F | 32 | 1C | 15C | 2E | 31 |
| Octal | 270 | 104 | 134 | 0 | 77 | 62 | 34 | 534 | 56 | 61 |
| Binary | 10111000 | 1000100 | 1011100 | 0 | 111111 | 110010 | 11100 | 101011100 | 101110 | 110001 |
Color Harmonies of #B8445C
Complementary color
Monochromatic Colors of #B8445C
Black with #B8445C
Text Example
Text Example
White with #B8445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8445C; }
p { color: rgb(184,68,92); }
H1.HeaderClassName
{
color: #B8445C;
}
.AnyTagClassName
{
color: #B8445C;
}
</style>
background-color css
<style>
a { background-color: #B8445C; }
a { background-color: rgb(184,68,92); }
div.DivClassName
{
background-color: #B8445C;
}
.BgClassName
{
background-color: #B8445C;
}
</style>
border-color css
<style>
span { border-color: #B8445C; }
span { border-color: rgb(184,68,92); }
td.TdClassName
{
border-color: #B8445C;
}
.TagClassName
{
border-color: #B8445C;
}
</style>