Shades of Hippie Pink #B0535A
Tints of Hippie Pink #B0535A
RGB
CMYK
RGB Variations
Color information
#B0535A (or 0xB0535A) is known color: Hippie Pink. HEX triplet: B0, 53 and 5A. RGB value is (176,83,90). Sum of RGB (Red+Green+Blue) = 176+83+90=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0535A is #4FACA5. Grayscale: #6F6F6F. Windows color (decimal): -5221542 or 5919664. OLE color: 5919664.
HSL color Cylindrical-coordinate representation of color #B0535A: hue angle of 355.48º 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 #B0535A is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 90 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.31 |
| HSL | 355.48º | 0.37% | 0.51% | - |
| HSV(B) | 355.48º | 0.53% | 0.69% | - |
| XYZ | 22.84 | 16.15 | 11.59 | - |
| YUV | 111.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 90 | 0 | 0.53 | 0.49 | 0.31 | 355.48 | 0.37 | 0.51 |
| Hex | B0 | 53 | 5A | 0 | 35 | 31 | 1F | 163 | 25 | 33 |
| Octal | 260 | 123 | 132 | 0 | 65 | 61 | 37 | 543 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1011010 | 0 | 110101 | 110001 | 11111 | 101100011 | 100101 | 110011 |
Color Harmonies of #B0535A
Complementary color
Monochromatic Colors of #B0535A
Black with #B0535A
Text Example
Text Example
White with #B0535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0535A; }
p { color: rgb(176,83,90); }
H1.HeaderClassName
{
color: #B0535A;
}
.AnyTagClassName
{
color: #B0535A;
}
</style>
background-color css
<style>
a { background-color: #B0535A; }
a { background-color: rgb(176,83,90); }
div.DivClassName
{
background-color: #B0535A;
}
.BgClassName
{
background-color: #B0535A;
}
</style>
border-color css
<style>
span { border-color: #B0535A; }
span { border-color: rgb(176,83,90); }
td.TdClassName
{
border-color: #B0535A;
}
.TagClassName
{
border-color: #B0535A;
}
</style>