Shades of Hippie Pink #BD4355
Tints of Hippie Pink #BD4355
RGB
CMYK
RGB Variations
Color information
#BD4355 (or 0xBD4355) is known color: Hippie Pink. HEX triplet: BD, 43 and 55. RGB value is (189,67,85). Sum of RGB (Red+Green+Blue) = 189+67+85=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4355 is #42BCAA. Grayscale: #696969. Windows color (decimal): -4373675 or 5587901. OLE color: 5587901.
HSL color Cylindrical-coordinate representation of color #BD4355: hue angle of 351.15º 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 #BD4355 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 85 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.26 |
| HSL | 351.15º | 0.48% | 0.5% | - |
| HSV(B) | 351.15º | 0.65% | 0.74% | - |
| XYZ | 24.63 | 15.49 | 10.29 | - |
| YUV | 105.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 85 | 0 | 0.65 | 0.55 | 0.26 | 351.15 | 0.48 | 0.5 |
| Hex | BD | 43 | 55 | 0 | 41 | 37 | 1A | 15F | 30 | 32 |
| Octal | 275 | 103 | 125 | 0 | 101 | 67 | 32 | 537 | 60 | 62 |
| Binary | 10111101 | 1000011 | 1010101 | 0 | 1000001 | 110111 | 11010 | 101011111 | 110000 | 110010 |
Color Harmonies of #BD4355
Complementary color
Monochromatic Colors of #BD4355
Black with #BD4355
Text Example
Text Example
White with #BD4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4355; }
p { color: rgb(189,67,85); }
H1.HeaderClassName
{
color: #BD4355;
}
.AnyTagClassName
{
color: #BD4355;
}
</style>
background-color css
<style>
a { background-color: #BD4355; }
a { background-color: rgb(189,67,85); }
div.DivClassName
{
background-color: #BD4355;
}
.BgClassName
{
background-color: #BD4355;
}
</style>
border-color css
<style>
span { border-color: #BD4355; }
span { border-color: rgb(189,67,85); }
td.TdClassName
{
border-color: #BD4355;
}
.TagClassName
{
border-color: #BD4355;
}
</style>