Shades of Hippie Pink #BD4656
Tints of Hippie Pink #BD4656
RGB
CMYK
RGB Variations
Color information
#BD4656 (or 0xBD4656) is known color: Hippie Pink. HEX triplet: BD, 46 and 56. RGB value is (189,70,86). Sum of RGB (Red+Green+Blue) = 189+70+86=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4656 is #42B9A9. Grayscale: #6B6B6B. Windows color (decimal): -4372906 or 5654205. OLE color: 5654205.
HSL color Cylindrical-coordinate representation of color #BD4656: hue angle of 351.93º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4656 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 86 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.26 |
| HSL | 351.93º | 0.47% | 0.51% | - |
| HSV(B) | 351.93º | 0.63% | 0.74% | - |
| XYZ | 24.86 | 15.87 | 10.56 | - |
| YUV | 107.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 86 | 0 | 0.63 | 0.54 | 0.26 | 351.93 | 0.47 | 0.51 |
| Hex | BD | 46 | 56 | 0 | 3F | 36 | 1A | 160 | 2F | 33 |
| Octal | 275 | 106 | 126 | 0 | 77 | 66 | 32 | 540 | 57 | 63 |
| Binary | 10111101 | 1000110 | 1010110 | 0 | 111111 | 110110 | 11010 | 101100000 | 101111 | 110011 |
Color Harmonies of #BD4656
Complementary color
Monochromatic Colors of #BD4656
Black with #BD4656
Text Example
Text Example
White with #BD4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4656; }
p { color: rgb(189,70,86); }
H1.HeaderClassName
{
color: #BD4656;
}
.AnyTagClassName
{
color: #BD4656;
}
</style>
background-color css
<style>
a { background-color: #BD4656; }
a { background-color: rgb(189,70,86); }
div.DivClassName
{
background-color: #BD4656;
}
.BgClassName
{
background-color: #BD4656;
}
</style>
border-color css
<style>
span { border-color: #BD4656; }
span { border-color: rgb(189,70,86); }
td.TdClassName
{
border-color: #BD4656;
}
.TagClassName
{
border-color: #BD4656;
}
</style>