Shades of Hippie Pink #B9415C
Tints of Hippie Pink #B9415C
RGB
CMYK
RGB Variations
Color information
#B9415C (or 0xB9415C) is known color: Hippie Pink. HEX triplet: B9, 41 and 5C. RGB value is (185,65,92). Sum of RGB (Red+Green+Blue) = 185+65+92=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9415C is #46BEA3. Grayscale: #676767. Windows color (decimal): -4636324 or 6046137. OLE color: 6046137.
HSL color Cylindrical-coordinate representation of color #B9415C: hue angle of 346.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9415C is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 92 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.27 |
| HSL | 346.5º | 0.48% | 0.49% | - |
| HSV(B) | 346.5º | 0.65% | 0.73% | - |
| XYZ | 23.83 | 14.87 | 11.74 | - |
| YUV | 103.96 | 121.26 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 92 | 0 | 0.65 | 0.50 | 0.27 | 346.5 | 0.48 | 0.49 |
| Hex | B9 | 41 | 5C | 0 | 41 | 32 | 1B | 15A | 30 | 31 |
| Octal | 271 | 101 | 134 | 0 | 101 | 62 | 33 | 532 | 60 | 61 |
| Binary | 10111001 | 1000001 | 1011100 | 0 | 1000001 | 110010 | 11011 | 101011010 | 110000 | 110001 |
Color Harmonies of #B9415C
Complementary color
Monochromatic Colors of #B9415C
Black with #B9415C
Text Example
Text Example
White with #B9415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9415C; }
p { color: rgb(185,65,92); }
H1.HeaderClassName
{
color: #B9415C;
}
.AnyTagClassName
{
color: #B9415C;
}
</style>
background-color css
<style>
a { background-color: #B9415C; }
a { background-color: rgb(185,65,92); }
div.DivClassName
{
background-color: #B9415C;
}
.BgClassName
{
background-color: #B9415C;
}
</style>
border-color css
<style>
span { border-color: #B9415C; }
span { border-color: rgb(185,65,92); }
td.TdClassName
{
border-color: #B9415C;
}
.TagClassName
{
border-color: #B9415C;
}
</style>