Shades of Hippie Pink #BD4552
Tints of Hippie Pink #BD4552
RGB
CMYK
RGB Variations
Color information
#BD4552 (or 0xBD4552) is known color: Hippie Pink. HEX triplet: BD, 45 and 52. RGB value is (189,69,82). Sum of RGB (Red+Green+Blue) = 189+69+82=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4552 is #42BAAD. Grayscale: #6A6A6A. Windows color (decimal): -4373166 or 5391805. OLE color: 5391805.
HSL color Cylindrical-coordinate representation of color #BD4552: hue angle of 353.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4552 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 82 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.26 |
| HSL | 353.5º | 0.48% | 0.51% | - |
| HSV(B) | 353.5º | 0.63% | 0.74% | - |
| XYZ | 24.64 | 15.68 | 9.71 | - |
| YUV | 106.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 82 | 0 | 0.63 | 0.57 | 0.26 | 353.5 | 0.48 | 0.51 |
| Hex | BD | 45 | 52 | 0 | 3F | 39 | 1A | 162 | 30 | 33 |
| Octal | 275 | 105 | 122 | 0 | 77 | 71 | 32 | 542 | 60 | 63 |
| Binary | 10111101 | 1000101 | 1010010 | 0 | 111111 | 111001 | 11010 | 101100010 | 110000 | 110011 |
Color Harmonies of #BD4552
Complementary color
Monochromatic Colors of #BD4552
Black with #BD4552
Text Example
Text Example
White with #BD4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4552; }
p { color: rgb(189,69,82); }
H1.HeaderClassName
{
color: #BD4552;
}
.AnyTagClassName
{
color: #BD4552;
}
</style>
background-color css
<style>
a { background-color: #BD4552; }
a { background-color: rgb(189,69,82); }
div.DivClassName
{
background-color: #BD4552;
}
.BgClassName
{
background-color: #BD4552;
}
</style>
border-color css
<style>
span { border-color: #BD4552; }
span { border-color: rgb(189,69,82); }
td.TdClassName
{
border-color: #BD4552;
}
.TagClassName
{
border-color: #BD4552;
}
</style>