Shades of Hippie Pink #BB4753
Tints of Hippie Pink #BB4753
RGB
CMYK
RGB Variations
Color information
#BB4753 (or 0xBB4753) is known color: Hippie Pink. HEX triplet: BB, 47 and 53. RGB value is (187,71,83). Sum of RGB (Red+Green+Blue) = 187+71+83=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4753 is #44B8AC. Grayscale: #6B6B6B. Windows color (decimal): -4503725 or 5457851. OLE color: 5457851.
HSL color Cylindrical-coordinate representation of color #BB4753: hue angle of 353.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4753 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 83 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.27 |
| HSL | 353.79º | 0.46% | 0.51% | - |
| HSV(B) | 353.79º | 0.62% | 0.73% | - |
| XYZ | 24.31 | 15.7 | 9.93 | - |
| YUV | 107.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 83 | 0 | 0.62 | 0.56 | 0.27 | 353.79 | 0.46 | 0.51 |
| Hex | BB | 47 | 53 | 0 | 3E | 38 | 1B | 162 | 2E | 33 |
| Octal | 273 | 107 | 123 | 0 | 76 | 70 | 33 | 542 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1010011 | 0 | 111110 | 111000 | 11011 | 101100010 | 101110 | 110011 |
Color Harmonies of #BB4753
Complementary color
Monochromatic Colors of #BB4753
Black with #BB4753
Text Example
Text Example
White with #BB4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4753; }
p { color: rgb(187,71,83); }
H1.HeaderClassName
{
color: #BB4753;
}
.AnyTagClassName
{
color: #BB4753;
}
</style>
background-color css
<style>
a { background-color: #BB4753; }
a { background-color: rgb(187,71,83); }
div.DivClassName
{
background-color: #BB4753;
}
.BgClassName
{
background-color: #BB4753;
}
</style>
border-color css
<style>
span { border-color: #BB4753; }
span { border-color: rgb(187,71,83); }
td.TdClassName
{
border-color: #BB4753;
}
.TagClassName
{
border-color: #BB4753;
}
</style>