Shades of Hippie Pink #BB465A
Tints of Hippie Pink #BB465A
RGB
CMYK
RGB Variations
Color information
#BB465A (or 0xBB465A) is known color: Hippie Pink. HEX triplet: BB, 46 and 5A. RGB value is (187,70,90). Sum of RGB (Red+Green+Blue) = 187+70+90=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB465A is #44B9A5. Grayscale: #6B6B6B. Windows color (decimal): -4503974 or 5916347. OLE color: 5916347.
HSL color Cylindrical-coordinate representation of color #BB465A: hue angle of 349.74º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB465A is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 90 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.27 |
| HSL | 349.74º | 0.46% | 0.5% | - |
| HSV(B) | 349.74º | 0.63% | 0.73% | - |
| XYZ | 24.53 | 15.68 | 11.41 | - |
| YUV | 107.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 90 | 0 | 0.63 | 0.52 | 0.27 | 349.74 | 0.46 | 0.5 |
| Hex | BB | 46 | 5A | 0 | 3F | 34 | 1B | 15E | 2E | 32 |
| Octal | 273 | 106 | 132 | 0 | 77 | 64 | 33 | 536 | 56 | 62 |
| Binary | 10111011 | 1000110 | 1011010 | 0 | 111111 | 110100 | 11011 | 101011110 | 101110 | 110010 |
Color Harmonies of #BB465A
Complementary color
Monochromatic Colors of #BB465A
Black with #BB465A
Text Example
Text Example
White with #BB465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB465A; }
p { color: rgb(187,70,90); }
H1.HeaderClassName
{
color: #BB465A;
}
.AnyTagClassName
{
color: #BB465A;
}
</style>
background-color css
<style>
a { background-color: #BB465A; }
a { background-color: rgb(187,70,90); }
div.DivClassName
{
background-color: #BB465A;
}
.BgClassName
{
background-color: #BB465A;
}
</style>
border-color css
<style>
span { border-color: #BB465A; }
span { border-color: rgb(187,70,90); }
td.TdClassName
{
border-color: #BB465A;
}
.TagClassName
{
border-color: #BB465A;
}
</style>