Shades of Hippie Pink #BD4156
Tints of Hippie Pink #BD4156
RGB
CMYK
RGB Variations
Color information
#BD4156 (or 0xBD4156) is known color: Hippie Pink. HEX triplet: BD, 41 and 56. RGB value is (189,65,86). Sum of RGB (Red+Green+Blue) = 189+65+86=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4156 is #42BEA9. Grayscale: #686868. Windows color (decimal): -4374186 or 5652925. OLE color: 5652925.
HSL color Cylindrical-coordinate representation of color #BD4156: hue angle of 349.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4156 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 86 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.26 |
| HSL | 349.84º | 0.49% | 0.5% | - |
| HSV(B) | 349.84º | 0.66% | 0.74% | - |
| XYZ | 24.56 | 15.27 | 10.46 | - |
| YUV | 104.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 86 | 0 | 0.66 | 0.54 | 0.26 | 349.84 | 0.49 | 0.5 |
| Hex | BD | 41 | 56 | 0 | 42 | 36 | 1A | 15E | 31 | 32 |
| Octal | 275 | 101 | 126 | 0 | 102 | 66 | 32 | 536 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1010110 | 0 | 1000010 | 110110 | 11010 | 101011110 | 110001 | 110010 |
Color Harmonies of #BD4156
Complementary color
Monochromatic Colors of #BD4156
Black with #BD4156
Text Example
Text Example
White with #BD4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4156; }
p { color: rgb(189,65,86); }
H1.HeaderClassName
{
color: #BD4156;
}
.AnyTagClassName
{
color: #BD4156;
}
</style>
background-color css
<style>
a { background-color: #BD4156; }
a { background-color: rgb(189,65,86); }
div.DivClassName
{
background-color: #BD4156;
}
.BgClassName
{
background-color: #BD4156;
}
</style>
border-color css
<style>
span { border-color: #BD4156; }
span { border-color: rgb(189,65,86); }
td.TdClassName
{
border-color: #BD4156;
}
.TagClassName
{
border-color: #BD4156;
}
</style>