Shades of Hippie Pink #B9405D
Tints of Hippie Pink #B9405D
RGB
CMYK
RGB Variations
Color information
#B9405D (or 0xB9405D) is known color: Hippie Pink. HEX triplet: B9, 40 and 5D. RGB value is (185,64,93). Sum of RGB (Red+Green+Blue) = 185+64+93=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9405D is #46BFA2. Grayscale: #676767. Windows color (decimal): -4636579 or 6111417. OLE color: 6111417.
HSL color Cylindrical-coordinate representation of color #B9405D: hue angle of 345.62º 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 #B9405D is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 93 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.27 |
| HSL | 345.62º | 0.49% | 0.49% | - |
| HSV(B) | 345.62º | 0.65% | 0.73% | - |
| XYZ | 23.82 | 14.77 | 11.95 | - |
| YUV | 103.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 93 | 0 | 0.65 | 0.50 | 0.27 | 345.62 | 0.49 | 0.49 |
| Hex | B9 | 40 | 5D | 0 | 41 | 32 | 1B | 15A | 31 | 31 |
| Octal | 271 | 100 | 135 | 0 | 101 | 62 | 33 | 532 | 61 | 61 |
| Binary | 10111001 | 1000000 | 1011101 | 0 | 1000001 | 110010 | 11011 | 101011010 | 110001 | 110001 |
Color Harmonies of #B9405D
Complementary color
Monochromatic Colors of #B9405D
Black with #B9405D
Text Example
Text Example
White with #B9405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9405D; }
p { color: rgb(185,64,93); }
H1.HeaderClassName
{
color: #B9405D;
}
.AnyTagClassName
{
color: #B9405D;
}
</style>
background-color css
<style>
a { background-color: #B9405D; }
a { background-color: rgb(185,64,93); }
div.DivClassName
{
background-color: #B9405D;
}
.BgClassName
{
background-color: #B9405D;
}
</style>
border-color css
<style>
span { border-color: #B9405D; }
span { border-color: rgb(185,64,93); }
td.TdClassName
{
border-color: #B9405D;
}
.TagClassName
{
border-color: #B9405D;
}
</style>