Shades of Hippie Pink #BD4458
Tints of Hippie Pink #BD4458
RGB
CMYK
RGB Variations
Color information
#BD4458 (or 0xBD4458) is known color: Hippie Pink. HEX triplet: BD, 44 and 58. RGB value is (189,68,88). Sum of RGB (Red+Green+Blue) = 189+68+88=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4458 is #42BBA7. Grayscale: #6A6A6A. Windows color (decimal): -4373416 or 5784765. OLE color: 5784765.
HSL color Cylindrical-coordinate representation of color #BD4458: hue angle of 350.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4458 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 88 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.26 |
| HSL | 350.08º | 0.48% | 0.5% | - |
| HSV(B) | 350.08º | 0.64% | 0.74% | - |
| XYZ | 24.81 | 15.66 | 10.95 | - |
| YUV | 106.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 88 | 0 | 0.64 | 0.53 | 0.26 | 350.08 | 0.48 | 0.5 |
| Hex | BD | 44 | 58 | 0 | 40 | 35 | 1A | 15E | 30 | 32 |
| Octal | 275 | 104 | 130 | 0 | 100 | 65 | 32 | 536 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1011000 | 0 | 1000000 | 110101 | 11010 | 101011110 | 110000 | 110010 |
Color Harmonies of #BD4458
Complementary color
Monochromatic Colors of #BD4458
Black with #BD4458
Text Example
Text Example
White with #BD4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4458; }
p { color: rgb(189,68,88); }
H1.HeaderClassName
{
color: #BD4458;
}
.AnyTagClassName
{
color: #BD4458;
}
</style>
background-color css
<style>
a { background-color: #BD4458; }
a { background-color: rgb(189,68,88); }
div.DivClassName
{
background-color: #BD4458;
}
.BgClassName
{
background-color: #BD4458;
}
</style>
border-color css
<style>
span { border-color: #BD4458; }
span { border-color: rgb(189,68,88); }
td.TdClassName
{
border-color: #BD4458;
}
.TagClassName
{
border-color: #BD4458;
}
</style>