Shades of Hippie Pink #BD4353
Tints of Hippie Pink #BD4353
RGB
CMYK
RGB Variations
Color information
#BD4353 (or 0xBD4353) is known color: Hippie Pink. HEX triplet: BD, 43 and 53. RGB value is (189,67,83). Sum of RGB (Red+Green+Blue) = 189+67+83=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4353 is #42BCAC. Grayscale: #696969. Windows color (decimal): -4373677 or 5456829. OLE color: 5456829.
HSL color Cylindrical-coordinate representation of color #BD4353: hue angle of 352.13º 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 #BD4353 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 83 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.26 |
| HSL | 352.13º | 0.48% | 0.5% | - |
| HSV(B) | 352.13º | 0.65% | 0.74% | - |
| XYZ | 24.55 | 15.46 | 9.87 | - |
| YUV | 105.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 83 | 0 | 0.65 | 0.56 | 0.26 | 352.13 | 0.48 | 0.5 |
| Hex | BD | 43 | 53 | 0 | 41 | 38 | 1A | 160 | 30 | 32 |
| Octal | 275 | 103 | 123 | 0 | 101 | 70 | 32 | 540 | 60 | 62 |
| Binary | 10111101 | 1000011 | 1010011 | 0 | 1000001 | 111000 | 11010 | 101100000 | 110000 | 110010 |
Color Harmonies of #BD4353
Complementary color
Monochromatic Colors of #BD4353
Black with #BD4353
Text Example
Text Example
White with #BD4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4353; }
p { color: rgb(189,67,83); }
H1.HeaderClassName
{
color: #BD4353;
}
.AnyTagClassName
{
color: #BD4353;
}
</style>
background-color css
<style>
a { background-color: #BD4353; }
a { background-color: rgb(189,67,83); }
div.DivClassName
{
background-color: #BD4353;
}
.BgClassName
{
background-color: #BD4353;
}
</style>
border-color css
<style>
span { border-color: #BD4353; }
span { border-color: rgb(189,67,83); }
td.TdClassName
{
border-color: #BD4353;
}
.TagClassName
{
border-color: #BD4353;
}
</style>