Shades of Hippie Pink #B0575D
Tints of Hippie Pink #B0575D
RGB
CMYK
RGB Variations
Color information
#B0575D (or 0xB0575D) is known color: Hippie Pink. HEX triplet: B0, 57 and 5D. RGB value is (176,87,93). Sum of RGB (Red+Green+Blue) = 176+87+93=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0575D is #4FA8A2. Grayscale: #727272. Windows color (decimal): -5220515 or 6117296. OLE color: 6117296.
HSL color Cylindrical-coordinate representation of color #B0575D: hue angle of 355.96º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0575D is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 87 | 93 | - |
CMYK | 0 | 0.51 | 0.47 | 0.31 |
HSL | 355.96º | 0.36% | 0.52% | - |
HSV(B) | 355.96º | 0.51% | 0.69% | - |
XYZ | 23.29 | 16.84 | 12.38 | - |
YUV | 114.3 | 115.99 | 172.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 87 | 93 | 0 | 0.51 | 0.47 | 0.31 | 355.96 | 0.36 | 0.52 |
Hex | B0 | 57 | 5D | 0 | 33 | 2F | 1F | 164 | 24 | 34 |
Octal | 260 | 127 | 135 | 0 | 63 | 57 | 37 | 544 | 44 | 64 |
Binary | 10110000 | 1010111 | 1011101 | 0 | 110011 | 101111 | 11111 | 101100100 | 100100 | 110100 |
Color Harmonies of #B0575D
Complementary color
Monochromatic Colors of #B0575D
Black with #B0575D
Text Example
Text Example
White with #B0575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0575D; }
p { color: rgb(176,87,93); }
H1.HeaderClassName
{
color: #B0575D;
}
.AnyTagClassName
{
color: #B0575D;
}
</style>
background-color css
<style>
a { background-color: #B0575D; }
a { background-color: rgb(176,87,93); }
div.DivClassName
{
background-color: #B0575D;
}
.BgClassName
{
background-color: #B0575D;
}
</style>
border-color css
<style>
span { border-color: #B0575D; }
span { border-color: rgb(176,87,93); }
td.TdClassName
{
border-color: #B0575D;
}
.TagClassName
{
border-color: #B0575D;
}
</style>