Shades of Hippie Pink #BB495A
Tints of Hippie Pink #BB495A
RGB
CMYK
RGB Variations
Color information
#BB495A (or 0xBB495A) is known color: Hippie Pink. HEX triplet: BB, 49 and 5A. RGB value is (187,73,90). Sum of RGB (Red+Green+Blue) = 187+73+90=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB495A is #44B6A5. Grayscale: #6D6D6D. Windows color (decimal): -4503206 or 5917115. OLE color: 5917115.
HSL color Cylindrical-coordinate representation of color #BB495A: hue angle of 351.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB495A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 90 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.27 |
| HSL | 351.05º | 0.46% | 0.51% | - |
| HSV(B) | 351.05º | 0.61% | 0.73% | - |
| XYZ | 24.72 | 16.07 | 11.47 | - |
| YUV | 109.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 90 | 0 | 0.61 | 0.52 | 0.27 | 351.05 | 0.46 | 0.51 |
| Hex | BB | 49 | 5A | 0 | 3D | 34 | 1B | 15F | 2E | 33 |
| Octal | 273 | 111 | 132 | 0 | 75 | 64 | 33 | 537 | 56 | 63 |
| Binary | 10111011 | 1001001 | 1011010 | 0 | 111101 | 110100 | 11011 | 101011111 | 101110 | 110011 |
Color Harmonies of #BB495A
Complementary color
Monochromatic Colors of #BB495A
Black with #BB495A
Text Example
Text Example
White with #BB495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB495A; }
p { color: rgb(187,73,90); }
H1.HeaderClassName
{
color: #BB495A;
}
.AnyTagClassName
{
color: #BB495A;
}
</style>
background-color css
<style>
a { background-color: #BB495A; }
a { background-color: rgb(187,73,90); }
div.DivClassName
{
background-color: #BB495A;
}
.BgClassName
{
background-color: #BB495A;
}
</style>
border-color css
<style>
span { border-color: #BB495A; }
span { border-color: rgb(187,73,90); }
td.TdClassName
{
border-color: #BB495A;
}
.TagClassName
{
border-color: #BB495A;
}
</style>