Shades of Hippie Pink #BD4454
Tints of Hippie Pink #BD4454
RGB
CMYK
RGB Variations
Color information
#BD4454 (or 0xBD4454) is known color: Hippie Pink. HEX triplet: BD, 44 and 54. RGB value is (189,68,84). Sum of RGB (Red+Green+Blue) = 189+68+84=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4454 is #42BBAB. Grayscale: #6A6A6A. Windows color (decimal): -4373420 or 5522621. OLE color: 5522621.
HSL color Cylindrical-coordinate representation of color #BD4454: hue angle of 352.07º 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 #BD4454 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 84 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.26 |
| HSL | 352.07º | 0.48% | 0.5% | - |
| HSV(B) | 352.07º | 0.64% | 0.74% | - |
| XYZ | 24.65 | 15.59 | 10.1 | - |
| YUV | 106 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 84 | 0 | 0.64 | 0.56 | 0.26 | 352.07 | 0.48 | 0.5 |
| Hex | BD | 44 | 54 | 0 | 40 | 38 | 1A | 160 | 30 | 32 |
| Octal | 275 | 104 | 124 | 0 | 100 | 70 | 32 | 540 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1010100 | 0 | 1000000 | 111000 | 11010 | 101100000 | 110000 | 110010 |
Color Harmonies of #BD4454
Complementary color
Monochromatic Colors of #BD4454
Black with #BD4454
Text Example
Text Example
White with #BD4454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4454; }
p { color: rgb(189,68,84); }
H1.HeaderClassName
{
color: #BD4454;
}
.AnyTagClassName
{
color: #BD4454;
}
</style>
background-color css
<style>
a { background-color: #BD4454; }
a { background-color: rgb(189,68,84); }
div.DivClassName
{
background-color: #BD4454;
}
.BgClassName
{
background-color: #BD4454;
}
</style>
border-color css
<style>
span { border-color: #BD4454; }
span { border-color: rgb(189,68,84); }
td.TdClassName
{
border-color: #BD4454;
}
.TagClassName
{
border-color: #BD4454;
}
</style>