Shades of Hippie Pink #B8425F
Tints of Hippie Pink #B8425F
RGB
CMYK
RGB Variations
Color information
#B8425F (or 0xB8425F) is known color: Hippie Pink. HEX triplet: B8, 42 and 5F. RGB value is (184,66,95). Sum of RGB (Red+Green+Blue) = 184+66+95=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8425F is #47BDA0. Grayscale: #686868. Windows color (decimal): -4701601 or 6243000. OLE color: 6243000.
HSL color Cylindrical-coordinate representation of color #B8425F: hue angle of 345.25º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8425F is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 95 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.28 |
| HSL | 345.25º | 0.47% | 0.49% | - |
| HSV(B) | 345.25º | 0.64% | 0.72% | - |
| XYZ | 23.78 | 14.91 | 12.45 | - |
| YUV | 104.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 95 | 0 | 0.64 | 0.48 | 0.28 | 345.25 | 0.47 | 0.49 |
| Hex | B8 | 42 | 5F | 0 | 40 | 30 | 1C | 159 | 2F | 31 |
| Octal | 270 | 102 | 137 | 0 | 100 | 60 | 34 | 531 | 57 | 61 |
| Binary | 10111000 | 1000010 | 1011111 | 0 | 1000000 | 110000 | 11100 | 101011001 | 101111 | 110001 |
Color Harmonies of #B8425F
Complementary color
Monochromatic Colors of #B8425F
Black with #B8425F
Text Example
Text Example
White with #B8425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8425F; }
p { color: rgb(184,66,95); }
H1.HeaderClassName
{
color: #B8425F;
}
.AnyTagClassName
{
color: #B8425F;
}
</style>
background-color css
<style>
a { background-color: #B8425F; }
a { background-color: rgb(184,66,95); }
div.DivClassName
{
background-color: #B8425F;
}
.BgClassName
{
background-color: #B8425F;
}
</style>
border-color css
<style>
span { border-color: #B8425F; }
span { border-color: rgb(184,66,95); }
td.TdClassName
{
border-color: #B8425F;
}
.TagClassName
{
border-color: #B8425F;
}
</style>