Shades of Hippie Pink #B3545C
Tints of Hippie Pink #B3545C
RGB
CMYK
RGB Variations
Color information
#B3545C (or 0xB3545C) is known color: Hippie Pink. HEX triplet: B3, 54 and 5C. RGB value is (179,84,92). Sum of RGB (Red+Green+Blue) = 179+84+92=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3545C is #4CABA3. Grayscale: #717171. Windows color (decimal): -5024676 or 6050995. OLE color: 6050995.
HSL color Cylindrical-coordinate representation of color #B3545C: hue angle of 354.95º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3545C is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 84 | 92 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.30 |
| HSL | 354.95º | 0.38% | 0.52% | - |
| HSV(B) | 354.95º | 0.53% | 0.7% | - |
| XYZ | 23.69 | 16.7 | 12.1 | - |
| YUV | 113.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 92 | 0 | 0.53 | 0.49 | 0.30 | 354.95 | 0.38 | 0.52 |
| Hex | B3 | 54 | 5C | 0 | 35 | 31 | 1E | 163 | 26 | 34 |
| Octal | 263 | 124 | 134 | 0 | 65 | 61 | 36 | 543 | 46 | 64 |
| Binary | 10110011 | 1010100 | 1011100 | 0 | 110101 | 110001 | 11110 | 101100011 | 100110 | 110100 |
Color Harmonies of #B3545C
Complementary color
Monochromatic Colors of #B3545C
Black with #B3545C
Text Example
Text Example
White with #B3545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3545C; }
p { color: rgb(179,84,92); }
H1.HeaderClassName
{
color: #B3545C;
}
.AnyTagClassName
{
color: #B3545C;
}
</style>
background-color css
<style>
a { background-color: #B3545C; }
a { background-color: rgb(179,84,92); }
div.DivClassName
{
background-color: #B3545C;
}
.BgClassName
{
background-color: #B3545C;
}
</style>
border-color css
<style>
span { border-color: #B3545C; }
span { border-color: rgb(179,84,92); }
td.TdClassName
{
border-color: #B3545C;
}
.TagClassName
{
border-color: #B3545C;
}
</style>