Shades of Hippie Pink #BD4356
Tints of Hippie Pink #BD4356
RGB
CMYK
RGB Variations
Color information
#BD4356 (or 0xBD4356) is known color: Hippie Pink. HEX triplet: BD, 43 and 56. RGB value is (189,67,86). Sum of RGB (Red+Green+Blue) = 189+67+86=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4356 is #42BCA9. Grayscale: #696969. Windows color (decimal): -4373674 or 5653437. OLE color: 5653437.
HSL color Cylindrical-coordinate representation of color #BD4356: hue angle of 350.66º 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 #BD4356 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 86 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.26 |
| HSL | 350.66º | 0.48% | 0.5% | - |
| HSV(B) | 350.66º | 0.65% | 0.74% | - |
| XYZ | 24.67 | 15.51 | 10.5 | - |
| YUV | 105.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 86 | 0 | 0.65 | 0.54 | 0.26 | 350.66 | 0.48 | 0.5 |
| Hex | BD | 43 | 56 | 0 | 41 | 36 | 1A | 15F | 30 | 32 |
| Octal | 275 | 103 | 126 | 0 | 101 | 66 | 32 | 537 | 60 | 62 |
| Binary | 10111101 | 1000011 | 1010110 | 0 | 1000001 | 110110 | 11010 | 101011111 | 110000 | 110010 |
Color Harmonies of #BD4356
Complementary color
Monochromatic Colors of #BD4356
Black with #BD4356
Text Example
Text Example
White with #BD4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4356; }
p { color: rgb(189,67,86); }
H1.HeaderClassName
{
color: #BD4356;
}
.AnyTagClassName
{
color: #BD4356;
}
</style>
background-color css
<style>
a { background-color: #BD4356; }
a { background-color: rgb(189,67,86); }
div.DivClassName
{
background-color: #BD4356;
}
.BgClassName
{
background-color: #BD4356;
}
</style>
border-color css
<style>
span { border-color: #BD4356; }
span { border-color: rgb(189,67,86); }
td.TdClassName
{
border-color: #BD4356;
}
.TagClassName
{
border-color: #BD4356;
}
</style>