Shades of Hippie Pink #BD4352
Tints of Hippie Pink #BD4352
RGB
CMYK
RGB Variations
Color information
#BD4352 (or 0xBD4352) is known color: Hippie Pink. HEX triplet: BD, 43 and 52. RGB value is (189,67,82). Sum of RGB (Red+Green+Blue) = 189+67+82=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4352 is #42BCAD. Grayscale: #696969. Windows color (decimal): -4373678 or 5391293. OLE color: 5391293.
HSL color Cylindrical-coordinate representation of color #BD4352: hue angle of 352.62º 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 #BD4352 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 82 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.26 |
| HSL | 352.62º | 0.48% | 0.5% | - |
| HSV(B) | 352.62º | 0.65% | 0.74% | - |
| XYZ | 24.52 | 15.44 | 9.67 | - |
| YUV | 105.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 82 | 0 | 0.65 | 0.57 | 0.26 | 352.62 | 0.48 | 0.5 |
| Hex | BD | 43 | 52 | 0 | 41 | 39 | 1A | 161 | 30 | 32 |
| Octal | 275 | 103 | 122 | 0 | 101 | 71 | 32 | 541 | 60 | 62 |
| Binary | 10111101 | 1000011 | 1010010 | 0 | 1000001 | 111001 | 11010 | 101100001 | 110000 | 110010 |
Color Harmonies of #BD4352
Complementary color
Monochromatic Colors of #BD4352
Black with #BD4352
Text Example
Text Example
White with #BD4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4352; }
p { color: rgb(189,67,82); }
H1.HeaderClassName
{
color: #BD4352;
}
.AnyTagClassName
{
color: #BD4352;
}
</style>
background-color css
<style>
a { background-color: #BD4352; }
a { background-color: rgb(189,67,82); }
div.DivClassName
{
background-color: #BD4352;
}
.BgClassName
{
background-color: #BD4352;
}
</style>
border-color css
<style>
span { border-color: #BD4352; }
span { border-color: rgb(189,67,82); }
td.TdClassName
{
border-color: #BD4352;
}
.TagClassName
{
border-color: #BD4352;
}
</style>