Shades of Hippie Pink #B2505A
Tints of Hippie Pink #B2505A
RGB
CMYK
RGB Variations
Color information
#B2505A (or 0xB2505A) is known color: Hippie Pink. HEX triplet: B2, 50 and 5A. RGB value is (178,80,90). Sum of RGB (Red+Green+Blue) = 178+80+90=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B2505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2505A is #4DAFA5. Grayscale: #6E6E6E. Windows color (decimal): -5091238 or 5918898. OLE color: 5918898.
HSL color Cylindrical-coordinate representation of color #B2505A: hue angle of 353.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2505A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 90 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.30 |
| HSL | 353.88º | 0.39% | 0.51% | - |
| HSV(B) | 353.88º | 0.55% | 0.7% | - |
| XYZ | 23.07 | 15.94 | 11.53 | - |
| YUV | 110.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 90 | 0 | 0.55 | 0.49 | 0.30 | 353.88 | 0.39 | 0.51 |
| Hex | B2 | 50 | 5A | 0 | 37 | 31 | 1E | 162 | 27 | 33 |
| Octal | 262 | 120 | 132 | 0 | 67 | 61 | 36 | 542 | 47 | 63 |
| Binary | 10110010 | 1010000 | 1011010 | 0 | 110111 | 110001 | 11110 | 101100010 | 100111 | 110011 |
Color Harmonies of #B2505A
Complementary color
Monochromatic Colors of #B2505A
Black with #B2505A
Text Example
Text Example
White with #B2505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2505A; }
p { color: rgb(178,80,90); }
H1.HeaderClassName
{
color: #B2505A;
}
.AnyTagClassName
{
color: #B2505A;
}
</style>
background-color css
<style>
a { background-color: #B2505A; }
a { background-color: rgb(178,80,90); }
div.DivClassName
{
background-color: #B2505A;
}
.BgClassName
{
background-color: #B2505A;
}
</style>
border-color css
<style>
span { border-color: #B2505A; }
span { border-color: rgb(178,80,90); }
td.TdClassName
{
border-color: #B2505A;
}
.TagClassName
{
border-color: #B2505A;
}
</style>