Shades of Hippie Pink #BD4755
Tints of Hippie Pink #BD4755
RGB
CMYK
RGB Variations
Color information
#BD4755 (or 0xBD4755) is known color: Hippie Pink. HEX triplet: BD, 47 and 55. RGB value is (189,71,85). Sum of RGB (Red+Green+Blue) = 189+71+85=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4755 is #42B8AA. Grayscale: #6B6B6B. Windows color (decimal): -4372651 or 5588925. OLE color: 5588925.
HSL color Cylindrical-coordinate representation of color #BD4755: hue angle of 352.88º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4755 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 85 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.26 |
| HSL | 352.88º | 0.47% | 0.51% | - |
| HSV(B) | 352.88º | 0.62% | 0.74% | - |
| XYZ | 24.88 | 15.98 | 10.37 | - |
| YUV | 107.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 85 | 0 | 0.62 | 0.55 | 0.26 | 352.88 | 0.47 | 0.51 |
| Hex | BD | 47 | 55 | 0 | 3E | 37 | 1A | 161 | 2F | 33 |
| Octal | 275 | 107 | 125 | 0 | 76 | 67 | 32 | 541 | 57 | 63 |
| Binary | 10111101 | 1000111 | 1010101 | 0 | 111110 | 110111 | 11010 | 101100001 | 101111 | 110011 |
Color Harmonies of #BD4755
Complementary color
Monochromatic Colors of #BD4755
Black with #BD4755
Text Example
Text Example
White with #BD4755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4755; }
p { color: rgb(189,71,85); }
H1.HeaderClassName
{
color: #BD4755;
}
.AnyTagClassName
{
color: #BD4755;
}
</style>
background-color css
<style>
a { background-color: #BD4755; }
a { background-color: rgb(189,71,85); }
div.DivClassName
{
background-color: #BD4755;
}
.BgClassName
{
background-color: #BD4755;
}
</style>
border-color css
<style>
span { border-color: #BD4755; }
span { border-color: rgb(189,71,85); }
td.TdClassName
{
border-color: #BD4755;
}
.TagClassName
{
border-color: #BD4755;
}
</style>