Shades of Hippie Pink #B6445D
Tints of Hippie Pink #B6445D
RGB
CMYK
RGB Variations
Color information
#B6445D (or 0xB6445D) is known color: Hippie Pink. HEX triplet: B6, 44 and 5D. RGB value is (182,68,93). Sum of RGB (Red+Green+Blue) = 182+68+93=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6445D is #49BBA2. Grayscale: #686868. Windows color (decimal): -4832163 or 6112438. OLE color: 6112438.
HSL color Cylindrical-coordinate representation of color #B6445D: hue angle of 346.84º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6445D is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 93 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.29 |
| HSL | 346.84º | 0.46% | 0.49% | - |
| HSV(B) | 346.84º | 0.63% | 0.71% | - |
| XYZ | 23.33 | 14.87 | 12 | - |
| YUV | 104.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 93 | 0 | 0.63 | 0.49 | 0.29 | 346.84 | 0.46 | 0.49 |
| Hex | B6 | 44 | 5D | 0 | 3F | 31 | 1D | 15B | 2E | 31 |
| Octal | 266 | 104 | 135 | 0 | 77 | 61 | 35 | 533 | 56 | 61 |
| Binary | 10110110 | 1000100 | 1011101 | 0 | 111111 | 110001 | 11101 | 101011011 | 101110 | 110001 |
Color Harmonies of #B6445D
Complementary color
Monochromatic Colors of #B6445D
Black with #B6445D
Text Example
Text Example
White with #B6445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6445D; }
p { color: rgb(182,68,93); }
H1.HeaderClassName
{
color: #B6445D;
}
.AnyTagClassName
{
color: #B6445D;
}
</style>
background-color css
<style>
a { background-color: #B6445D; }
a { background-color: rgb(182,68,93); }
div.DivClassName
{
background-color: #B6445D;
}
.BgClassName
{
background-color: #B6445D;
}
</style>
border-color css
<style>
span { border-color: #B6445D; }
span { border-color: rgb(182,68,93); }
td.TdClassName
{
border-color: #B6445D;
}
.TagClassName
{
border-color: #B6445D;
}
</style>