Shades of Hippie Pink #BD4653
Tints of Hippie Pink #BD4653
RGB
CMYK
RGB Variations
Color information
#BD4653 (or 0xBD4653) is known color: Hippie Pink. HEX triplet: BD, 46 and 53. RGB value is (189,70,83). Sum of RGB (Red+Green+Blue) = 189+70+83=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4653 is #42B9AC. Grayscale: #6B6B6B. Windows color (decimal): -4372909 or 5457597. OLE color: 5457597.
HSL color Cylindrical-coordinate representation of color #BD4653: hue angle of 353.45º degrees, saturation: 0.47, 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 #BD4653 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 83 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.26 |
| HSL | 353.45º | 0.47% | 0.51% | - |
| HSV(B) | 353.45º | 0.63% | 0.74% | - |
| XYZ | 24.74 | 15.82 | 9.93 | - |
| YUV | 107.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 83 | 0 | 0.63 | 0.56 | 0.26 | 353.45 | 0.47 | 0.51 |
| Hex | BD | 46 | 53 | 0 | 3F | 38 | 1A | 161 | 2F | 33 |
| Octal | 275 | 106 | 123 | 0 | 77 | 70 | 32 | 541 | 57 | 63 |
| Binary | 10111101 | 1000110 | 1010011 | 0 | 111111 | 111000 | 11010 | 101100001 | 101111 | 110011 |
Color Harmonies of #BD4653
Complementary color
Monochromatic Colors of #BD4653
Black with #BD4653
Text Example
Text Example
White with #BD4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4653; }
p { color: rgb(189,70,83); }
H1.HeaderClassName
{
color: #BD4653;
}
.AnyTagClassName
{
color: #BD4653;
}
</style>
background-color css
<style>
a { background-color: #BD4653; }
a { background-color: rgb(189,70,83); }
div.DivClassName
{
background-color: #BD4653;
}
.BgClassName
{
background-color: #BD4653;
}
</style>
border-color css
<style>
span { border-color: #BD4653; }
span { border-color: rgb(189,70,83); }
td.TdClassName
{
border-color: #BD4653;
}
.TagClassName
{
border-color: #BD4653;
}
</style>