Shades of Hippie Pink #B0535C
Tints of Hippie Pink #B0535C
RGB
CMYK
RGB Variations
Color information
#B0535C (or 0xB0535C) is known color: Hippie Pink. HEX triplet: B0, 53 and 5C. RGB value is (176,83,92). Sum of RGB (Red+Green+Blue) = 176+83+92=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0535C is #4FACA3. Grayscale: #6F6F6F. Windows color (decimal): -5221540 or 6050736. OLE color: 6050736.
HSL color Cylindrical-coordinate representation of color #B0535C: hue angle of 354.19º 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 #B0535C is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 92 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.31 |
| HSL | 354.19º | 0.37% | 0.51% | - |
| HSV(B) | 354.19º | 0.53% | 0.69% | - |
| XYZ | 22.93 | 16.19 | 12.04 | - |
| YUV | 111.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 92 | 0 | 0.53 | 0.48 | 0.31 | 354.19 | 0.37 | 0.51 |
| Hex | B0 | 53 | 5C | 0 | 35 | 30 | 1F | 162 | 25 | 33 |
| Octal | 260 | 123 | 134 | 0 | 65 | 60 | 37 | 542 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1011100 | 0 | 110101 | 110000 | 11111 | 101100010 | 100101 | 110011 |
Color Harmonies of #B0535C
Complementary color
Monochromatic Colors of #B0535C
Black with #B0535C
Text Example
Text Example
White with #B0535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0535C; }
p { color: rgb(176,83,92); }
H1.HeaderClassName
{
color: #B0535C;
}
.AnyTagClassName
{
color: #B0535C;
}
</style>
background-color css
<style>
a { background-color: #B0535C; }
a { background-color: rgb(176,83,92); }
div.DivClassName
{
background-color: #B0535C;
}
.BgClassName
{
background-color: #B0535C;
}
</style>
border-color css
<style>
span { border-color: #B0535C; }
span { border-color: rgb(176,83,92); }
td.TdClassName
{
border-color: #B0535C;
}
.TagClassName
{
border-color: #B0535C;
}
</style>