Shades of Hippie Pink #B8405B
Tints of Hippie Pink #B8405B
RGB
CMYK
RGB Variations
Color information
#B8405B (or 0xB8405B) is known color: Hippie Pink. HEX triplet: B8, 40 and 5B. RGB value is (184,64,91). Sum of RGB (Red+Green+Blue) = 184+64+91=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B8405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8405B is #47BFA4. Grayscale: #666666. Windows color (decimal): -4702117 or 5980344. OLE color: 5980344.
HSL color Cylindrical-coordinate representation of color #B8405B: hue angle of 346.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8405B is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 91 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.28 |
| HSL | 346.5º | 0.48% | 0.49% | - |
| HSV(B) | 346.5º | 0.65% | 0.72% | - |
| XYZ | 23.49 | 14.61 | 11.48 | - |
| YUV | 102.96 | 121.26 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 91 | 0 | 0.65 | 0.51 | 0.28 | 346.5 | 0.48 | 0.49 |
| Hex | B8 | 40 | 5B | 0 | 41 | 33 | 1C | 15A | 30 | 31 |
| Octal | 270 | 100 | 133 | 0 | 101 | 63 | 34 | 532 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1011011 | 0 | 1000001 | 110011 | 11100 | 101011010 | 110000 | 110001 |
Color Harmonies of #B8405B
Complementary color
Monochromatic Colors of #B8405B
Black with #B8405B
Text Example
Text Example
White with #B8405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8405B; }
p { color: rgb(184,64,91); }
H1.HeaderClassName
{
color: #B8405B;
}
.AnyTagClassName
{
color: #B8405B;
}
</style>
background-color css
<style>
a { background-color: #B8405B; }
a { background-color: rgb(184,64,91); }
div.DivClassName
{
background-color: #B8405B;
}
.BgClassName
{
background-color: #B8405B;
}
</style>
border-color css
<style>
span { border-color: #B8405B; }
span { border-color: rgb(184,64,91); }
td.TdClassName
{
border-color: #B8405B;
}
.TagClassName
{
border-color: #B8405B;
}
</style>