Shades of Hippie Pink #B5465B
Tints of Hippie Pink #B5465B
RGB
CMYK
RGB Variations
Color information
#B5465B (or 0xB5465B) is known color: Hippie Pink. HEX triplet: B5, 46 and 5B. RGB value is (181,70,91). Sum of RGB (Red+Green+Blue) = 181+70+91=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5465B is #4AB9A4. Grayscale: #696969. Windows color (decimal): -4897189 or 5981877. OLE color: 5981877.
HSL color Cylindrical-coordinate representation of color #B5465B: hue angle of 348.65º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5465B is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 91 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.29 |
| HSL | 348.65º | 0.44% | 0.49% | - |
| HSV(B) | 348.65º | 0.61% | 0.71% | - |
| XYZ | 23.13 | 14.96 | 11.57 | - |
| YUV | 105.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 91 | 0 | 0.61 | 0.50 | 0.29 | 348.65 | 0.44 | 0.49 |
| Hex | B5 | 46 | 5B | 0 | 3D | 32 | 1D | 15D | 2C | 31 |
| Octal | 265 | 106 | 133 | 0 | 75 | 62 | 35 | 535 | 54 | 61 |
| Binary | 10110101 | 1000110 | 1011011 | 0 | 111101 | 110010 | 11101 | 101011101 | 101100 | 110001 |
Color Harmonies of #B5465B
Complementary color
Monochromatic Colors of #B5465B
Black with #B5465B
Text Example
Text Example
White with #B5465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5465B; }
p { color: rgb(181,70,91); }
H1.HeaderClassName
{
color: #B5465B;
}
.AnyTagClassName
{
color: #B5465B;
}
</style>
background-color css
<style>
a { background-color: #B5465B; }
a { background-color: rgb(181,70,91); }
div.DivClassName
{
background-color: #B5465B;
}
.BgClassName
{
background-color: #B5465B;
}
</style>
border-color css
<style>
span { border-color: #B5465B; }
span { border-color: rgb(181,70,91); }
td.TdClassName
{
border-color: #B5465B;
}
.TagClassName
{
border-color: #B5465B;
}
</style>