Shades of Hippie Pink #BD4450
Tints of Hippie Pink #BD4450
RGB
CMYK
RGB Variations
Color information
#BD4450 (or 0xBD4450) is known color: Hippie Pink. HEX triplet: BD, 44 and 50. RGB value is (189,68,80). Sum of RGB (Red+Green+Blue) = 189+68+80=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4450 is #42BBAF. Grayscale: #696969. Windows color (decimal): -4373424 or 5260477. OLE color: 5260477.
HSL color Cylindrical-coordinate representation of color #BD4450: hue angle of 354.05º 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 #BD4450 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 80 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.26 |
| HSL | 354.05º | 0.48% | 0.5% | - |
| HSV(B) | 354.05º | 0.64% | 0.74% | - |
| XYZ | 24.5 | 15.53 | 9.3 | - |
| YUV | 105.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 80 | 0 | 0.64 | 0.58 | 0.26 | 354.05 | 0.48 | 0.5 |
| Hex | BD | 44 | 50 | 0 | 40 | 3A | 1A | 162 | 30 | 32 |
| Octal | 275 | 104 | 120 | 0 | 100 | 72 | 32 | 542 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1010000 | 0 | 1000000 | 111010 | 11010 | 101100010 | 110000 | 110010 |
Color Harmonies of #BD4450
Complementary color
Monochromatic Colors of #BD4450
Black with #BD4450
Text Example
Text Example
White with #BD4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4450; }
p { color: rgb(189,68,80); }
H1.HeaderClassName
{
color: #BD4450;
}
.AnyTagClassName
{
color: #BD4450;
}
</style>
background-color css
<style>
a { background-color: #BD4450; }
a { background-color: rgb(189,68,80); }
div.DivClassName
{
background-color: #BD4450;
}
.BgClassName
{
background-color: #BD4450;
}
</style>
border-color css
<style>
span { border-color: #BD4450; }
span { border-color: rgb(189,68,80); }
td.TdClassName
{
border-color: #BD4450;
}
.TagClassName
{
border-color: #BD4450;
}
</style>