Shades of Hippie Pink #BD4256
Tints of Hippie Pink #BD4256
RGB
CMYK
RGB Variations
Color information
#BD4256 (or 0xBD4256) is known color: Hippie Pink. HEX triplet: BD, 42 and 56. RGB value is (189,66,86). Sum of RGB (Red+Green+Blue) = 189+66+86=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4256 is #42BDA9. Grayscale: #696969. Windows color (decimal): -4373930 or 5653181. OLE color: 5653181.
HSL color Cylindrical-coordinate representation of color #BD4256: hue angle of 350.24º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4256 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 86 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.26 |
| HSL | 350.24º | 0.48% | 0.5% | - |
| HSV(B) | 350.24º | 0.65% | 0.74% | - |
| XYZ | 24.61 | 15.39 | 10.48 | - |
| YUV | 105.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 86 | 0 | 0.65 | 0.54 | 0.26 | 350.24 | 0.48 | 0.5 |
| Hex | BD | 42 | 56 | 0 | 41 | 36 | 1A | 15E | 30 | 32 |
| Octal | 275 | 102 | 126 | 0 | 101 | 66 | 32 | 536 | 60 | 62 |
| Binary | 10111101 | 1000010 | 1010110 | 0 | 1000001 | 110110 | 11010 | 101011110 | 110000 | 110010 |
Color Harmonies of #BD4256
Complementary color
Monochromatic Colors of #BD4256
Black with #BD4256
Text Example
Text Example
White with #BD4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4256; }
p { color: rgb(189,66,86); }
H1.HeaderClassName
{
color: #BD4256;
}
.AnyTagClassName
{
color: #BD4256;
}
</style>
background-color css
<style>
a { background-color: #BD4256; }
a { background-color: rgb(189,66,86); }
div.DivClassName
{
background-color: #BD4256;
}
.BgClassName
{
background-color: #BD4256;
}
</style>
border-color css
<style>
span { border-color: #BD4256; }
span { border-color: rgb(189,66,86); }
td.TdClassName
{
border-color: #BD4256;
}
.TagClassName
{
border-color: #BD4256;
}
</style>