Shades of Hippie Pink #B05A5C
Tints of Hippie Pink #B05A5C
RGB
CMYK
RGB Variations
Color information
#B05A5C (or 0xB05A5C) is known color: Hippie Pink. HEX triplet: B0, 5A and 5C. RGB value is (176,90,92). Sum of RGB (Red+Green+Blue) = 176+90+92=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A5C is #4FA5A3. Grayscale: #747474. Windows color (decimal): -5219748 or 6052528. OLE color: 6052528.
HSL color Cylindrical-coordinate representation of color #B05A5C: hue angle of 358.6º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A5C is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 92 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.31 |
| HSL | 358.6º | 0.35% | 0.52% | - |
| HSV(B) | 358.6º | 0.49% | 0.69% | - |
| XYZ | 23.49 | 17.32 | 12.23 | - |
| YUV | 115.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 92 | 0 | 0.49 | 0.48 | 0.31 | 358.6 | 0.35 | 0.52 |
| Hex | B0 | 5A | 5C | 0 | 31 | 30 | 1F | 167 | 23 | 34 |
| Octal | 260 | 132 | 134 | 0 | 61 | 60 | 37 | 547 | 43 | 64 |
| Binary | 10110000 | 1011010 | 1011100 | 0 | 110001 | 110000 | 11111 | 101100111 | 100011 | 110100 |
Color Harmonies of #B05A5C
Complementary color
Monochromatic Colors of #B05A5C
Black with #B05A5C
Text Example
Text Example
White with #B05A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A5C; }
p { color: rgb(176,90,92); }
H1.HeaderClassName
{
color: #B05A5C;
}
.AnyTagClassName
{
color: #B05A5C;
}
</style>
background-color css
<style>
a { background-color: #B05A5C; }
a { background-color: rgb(176,90,92); }
div.DivClassName
{
background-color: #B05A5C;
}
.BgClassName
{
background-color: #B05A5C;
}
</style>
border-color css
<style>
span { border-color: #B05A5C; }
span { border-color: rgb(176,90,92); }
td.TdClassName
{
border-color: #B05A5C;
}
.TagClassName
{
border-color: #B05A5C;
}
</style>