Shades of Hippie Pink #B9405B
Tints of Hippie Pink #B9405B
RGB
CMYK
RGB Variations
Color information
#B9405B (or 0xB9405B) is known color: Hippie Pink. HEX triplet: B9, 40 and 5B. RGB value is (185,64,91). Sum of RGB (Red+Green+Blue) = 185+64+91=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B9405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9405B is #46BFA4. Grayscale: #676767. Windows color (decimal): -4636581 or 5980345. OLE color: 5980345.
HSL color Cylindrical-coordinate representation of color #B9405B: hue angle of 346.61º degrees, saturation: 0.49, 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 #B9405B is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 91 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.27 |
| HSL | 346.61º | 0.49% | 0.49% | - |
| HSV(B) | 346.61º | 0.65% | 0.73% | - |
| XYZ | 23.73 | 14.74 | 11.49 | - |
| YUV | 103.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 91 | 0 | 0.65 | 0.51 | 0.27 | 346.61 | 0.49 | 0.49 |
| Hex | B9 | 40 | 5B | 0 | 41 | 33 | 1B | 15B | 31 | 31 |
| Octal | 271 | 100 | 133 | 0 | 101 | 63 | 33 | 533 | 61 | 61 |
| Binary | 10111001 | 1000000 | 1011011 | 0 | 1000001 | 110011 | 11011 | 101011011 | 110001 | 110001 |
Color Harmonies of #B9405B
Complementary color
Monochromatic Colors of #B9405B
Black with #B9405B
Text Example
Text Example
White with #B9405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9405B; }
p { color: rgb(185,64,91); }
H1.HeaderClassName
{
color: #B9405B;
}
.AnyTagClassName
{
color: #B9405B;
}
</style>
background-color css
<style>
a { background-color: #B9405B; }
a { background-color: rgb(185,64,91); }
div.DivClassName
{
background-color: #B9405B;
}
.BgClassName
{
background-color: #B9405B;
}
</style>
border-color css
<style>
span { border-color: #B9405B; }
span { border-color: rgb(185,64,91); }
td.TdClassName
{
border-color: #B9405B;
}
.TagClassName
{
border-color: #B9405B;
}
</style>