Shades of Hippie Pink #BB4350
Tints of Hippie Pink #BB4350
RGB
CMYK
RGB Variations
Color information
#BB4350 (or 0xBB4350) is known color: Hippie Pink. HEX triplet: BB, 43 and 50. RGB value is (187,67,80). Sum of RGB (Red+Green+Blue) = 187+67+80=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4350 is #44BCAF. Grayscale: #686868. Windows color (decimal): -4504752 or 5260219. OLE color: 5260219.
HSL color Cylindrical-coordinate representation of color #BB4350: hue angle of 353.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4350 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 80 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.27 |
| HSL | 353.5º | 0.47% | 0.5% | - |
| HSV(B) | 353.5º | 0.64% | 0.73% | - |
| XYZ | 23.95 | 15.16 | 9.25 | - |
| YUV | 104.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 80 | 0 | 0.64 | 0.57 | 0.27 | 353.5 | 0.47 | 0.5 |
| Hex | BB | 43 | 50 | 0 | 40 | 39 | 1B | 162 | 2F | 32 |
| Octal | 273 | 103 | 120 | 0 | 100 | 71 | 33 | 542 | 57 | 62 |
| Binary | 10111011 | 1000011 | 1010000 | 0 | 1000000 | 111001 | 11011 | 101100010 | 101111 | 110010 |
Color Harmonies of #BB4350
Complementary color
Monochromatic Colors of #BB4350
Black with #BB4350
Text Example
Text Example
White with #BB4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4350; }
p { color: rgb(187,67,80); }
H1.HeaderClassName
{
color: #BB4350;
}
.AnyTagClassName
{
color: #BB4350;
}
</style>
background-color css
<style>
a { background-color: #BB4350; }
a { background-color: rgb(187,67,80); }
div.DivClassName
{
background-color: #BB4350;
}
.BgClassName
{
background-color: #BB4350;
}
</style>
border-color css
<style>
span { border-color: #BB4350; }
span { border-color: rgb(187,67,80); }
td.TdClassName
{
border-color: #BB4350;
}
.TagClassName
{
border-color: #BB4350;
}
</style>