Shades of Hippie Pink #B8405F
Tints of Hippie Pink #B8405F
RGB
CMYK
RGB Variations
Color information
#B8405F (or 0xB8405F) is known color: Hippie Pink. HEX triplet: B8, 40 and 5F. RGB value is (184,64,95). Sum of RGB (Red+Green+Blue) = 184+64+95=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8405F is #47BFA0. Grayscale: #676767. Windows color (decimal): -4702113 or 6242488. OLE color: 6242488.
HSL color Cylindrical-coordinate representation of color #B8405F: hue angle of 344.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 #B8405F is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 95 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.28 |
| HSL | 344.5º | 0.48% | 0.49% | - |
| HSV(B) | 344.5º | 0.65% | 0.72% | - |
| XYZ | 23.67 | 14.68 | 12.41 | - |
| YUV | 103.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 95 | 0 | 0.65 | 0.48 | 0.28 | 344.5 | 0.48 | 0.49 |
| Hex | B8 | 40 | 5F | 0 | 41 | 30 | 1C | 158 | 30 | 31 |
| Octal | 270 | 100 | 137 | 0 | 101 | 60 | 34 | 530 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1011111 | 0 | 1000001 | 110000 | 11100 | 101011000 | 110000 | 110001 |
Color Harmonies of #B8405F
Complementary color
Monochromatic Colors of #B8405F
Black with #B8405F
Text Example
Text Example
White with #B8405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8405F; }
p { color: rgb(184,64,95); }
H1.HeaderClassName
{
color: #B8405F;
}
.AnyTagClassName
{
color: #B8405F;
}
</style>
background-color css
<style>
a { background-color: #B8405F; }
a { background-color: rgb(184,64,95); }
div.DivClassName
{
background-color: #B8405F;
}
.BgClassName
{
background-color: #B8405F;
}
</style>
border-color css
<style>
span { border-color: #B8405F; }
span { border-color: rgb(184,64,95); }
td.TdClassName
{
border-color: #B8405F;
}
.TagClassName
{
border-color: #B8405F;
}
</style>