Shades of Hippie Pink #B0595C
Tints of Hippie Pink #B0595C
RGB
CMYK
RGB Variations
Color information
#B0595C (or 0xB0595C) is known color: Hippie Pink. HEX triplet: B0, 59 and 5C. RGB value is (176,89,92). Sum of RGB (Red+Green+Blue) = 176+89+92=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0595C is #4FA6A3. Grayscale: #737373. Windows color (decimal): -5220004 or 6052272. OLE color: 6052272.
HSL color Cylindrical-coordinate representation of color #B0595C: hue angle of 357.93º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0595C is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 92 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.31 |
| HSL | 357.93º | 0.36% | 0.52% | - |
| HSV(B) | 357.93º | 0.49% | 0.69% | - |
| XYZ | 23.41 | 17.15 | 12.2 | - |
| YUV | 115.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 92 | 0 | 0.49 | 0.48 | 0.31 | 357.93 | 0.36 | 0.52 |
| Hex | B0 | 59 | 5C | 0 | 31 | 30 | 1F | 166 | 24 | 34 |
| Octal | 260 | 131 | 134 | 0 | 61 | 60 | 37 | 546 | 44 | 64 |
| Binary | 10110000 | 1011001 | 1011100 | 0 | 110001 | 110000 | 11111 | 101100110 | 100100 | 110100 |
Color Harmonies of #B0595C
Complementary color
Monochromatic Colors of #B0595C
Black with #B0595C
Text Example
Text Example
White with #B0595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0595C; }
p { color: rgb(176,89,92); }
H1.HeaderClassName
{
color: #B0595C;
}
.AnyTagClassName
{
color: #B0595C;
}
</style>
background-color css
<style>
a { background-color: #B0595C; }
a { background-color: rgb(176,89,92); }
div.DivClassName
{
background-color: #B0595C;
}
.BgClassName
{
background-color: #B0595C;
}
</style>
border-color css
<style>
span { border-color: #B0595C; }
span { border-color: rgb(176,89,92); }
td.TdClassName
{
border-color: #B0595C;
}
.TagClassName
{
border-color: #B0595C;
}
</style>