Shades of Hippie Pink #B0535E
Tints of Hippie Pink #B0535E
RGB
CMYK
RGB Variations
Color information
#B0535E (or 0xB0535E) is known color: Hippie Pink. HEX triplet: B0, 53 and 5E. RGB value is (176,83,94). Sum of RGB (Red+Green+Blue) = 176+83+94=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0535E is #4FACA1. Grayscale: #707070. Windows color (decimal): -5221538 or 6181808. OLE color: 6181808.
HSL color Cylindrical-coordinate representation of color #B0535E: hue angle of 352.9º 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 #B0535E is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 94 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.31 |
| HSL | 352.9º | 0.37% | 0.51% | - |
| HSV(B) | 352.9º | 0.53% | 0.69% | - |
| XYZ | 23.02 | 16.22 | 12.51 | - |
| YUV | 112.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 94 | 0 | 0.53 | 0.47 | 0.31 | 352.9 | 0.37 | 0.51 |
| Hex | B0 | 53 | 5E | 0 | 35 | 2F | 1F | 161 | 25 | 33 |
| Octal | 260 | 123 | 136 | 0 | 65 | 57 | 37 | 541 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1011110 | 0 | 110101 | 101111 | 11111 | 101100001 | 100101 | 110011 |
Color Harmonies of #B0535E
Complementary color
Monochromatic Colors of #B0535E
Black with #B0535E
Text Example
Text Example
White with #B0535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0535E; }
p { color: rgb(176,83,94); }
H1.HeaderClassName
{
color: #B0535E;
}
.AnyTagClassName
{
color: #B0535E;
}
</style>
background-color css
<style>
a { background-color: #B0535E; }
a { background-color: rgb(176,83,94); }
div.DivClassName
{
background-color: #B0535E;
}
.BgClassName
{
background-color: #B0535E;
}
</style>
border-color css
<style>
span { border-color: #B0535E; }
span { border-color: rgb(176,83,94); }
td.TdClassName
{
border-color: #B0535E;
}
.TagClassName
{
border-color: #B0535E;
}
</style>