Shades of Hippie Pink #B0535F
Tints of Hippie Pink #B0535F
RGB
CMYK
RGB Variations
Color information
#B0535F (or 0xB0535F) is known color: Hippie Pink. HEX triplet: B0, 53 and 5F. RGB value is (176,83,95). Sum of RGB (Red+Green+Blue) = 176+83+95=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0535F is #4FACA0. Grayscale: #707070. Windows color (decimal): -5221537 or 6247344. OLE color: 6247344.
HSL color Cylindrical-coordinate representation of color #B0535F: hue angle of 352.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0535F is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 95 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.31 |
| HSL | 352.26º | 0.37% | 0.51% | - |
| HSV(B) | 352.26º | 0.53% | 0.69% | - |
| XYZ | 23.06 | 16.24 | 12.75 | - |
| YUV | 112.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 95 | 0 | 0.53 | 0.46 | 0.31 | 352.26 | 0.37 | 0.51 |
| Hex | B0 | 53 | 5F | 0 | 35 | 2E | 1F | 160 | 25 | 33 |
| Octal | 260 | 123 | 137 | 0 | 65 | 56 | 37 | 540 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1011111 | 0 | 110101 | 101110 | 11111 | 101100000 | 100101 | 110011 |
Color Harmonies of #B0535F
Complementary color
Monochromatic Colors of #B0535F
Black with #B0535F
Text Example
Text Example
White with #B0535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0535F; }
p { color: rgb(176,83,95); }
H1.HeaderClassName
{
color: #B0535F;
}
.AnyTagClassName
{
color: #B0535F;
}
</style>
background-color css
<style>
a { background-color: #B0535F; }
a { background-color: rgb(176,83,95); }
div.DivClassName
{
background-color: #B0535F;
}
.BgClassName
{
background-color: #B0535F;
}
</style>
border-color css
<style>
span { border-color: #B0535F; }
span { border-color: rgb(176,83,95); }
td.TdClassName
{
border-color: #B0535F;
}
.TagClassName
{
border-color: #B0535F;
}
</style>