Shades of Hippie Pink #BB4754
Tints of Hippie Pink #BB4754
RGB
CMYK
RGB Variations
Color information
#BB4754 (or 0xBB4754) is known color: Hippie Pink. HEX triplet: BB, 47 and 54. RGB value is (187,71,84). Sum of RGB (Red+Green+Blue) = 187+71+84=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4754 is #44B8AB. Grayscale: #6B6B6B. Windows color (decimal): -4503724 or 5523387. OLE color: 5523387.
HSL color Cylindrical-coordinate representation of color #BB4754: hue angle of 353.28º 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 #BB4754 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 84 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.27 |
| HSL | 353.28º | 0.46% | 0.51% | - |
| HSV(B) | 353.28º | 0.62% | 0.73% | - |
| XYZ | 24.35 | 15.71 | 10.14 | - |
| YUV | 107.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 84 | 0 | 0.62 | 0.55 | 0.27 | 353.28 | 0.46 | 0.51 |
| Hex | BB | 47 | 54 | 0 | 3E | 37 | 1B | 161 | 2E | 33 |
| Octal | 273 | 107 | 124 | 0 | 76 | 67 | 33 | 541 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1010100 | 0 | 111110 | 110111 | 11011 | 101100001 | 101110 | 110011 |
Color Harmonies of #BB4754
Complementary color
Monochromatic Colors of #BB4754
Black with #BB4754
Text Example
Text Example
White with #BB4754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4754; }
p { color: rgb(187,71,84); }
H1.HeaderClassName
{
color: #BB4754;
}
.AnyTagClassName
{
color: #BB4754;
}
</style>
background-color css
<style>
a { background-color: #BB4754; }
a { background-color: rgb(187,71,84); }
div.DivClassName
{
background-color: #BB4754;
}
.BgClassName
{
background-color: #BB4754;
}
</style>
border-color css
<style>
span { border-color: #BB4754; }
span { border-color: rgb(187,71,84); }
td.TdClassName
{
border-color: #BB4754;
}
.TagClassName
{
border-color: #BB4754;
}
</style>