Shades of Hippie Pink #B8505A
Tints of Hippie Pink #B8505A
RGB
CMYK
RGB Variations
Color information
#B8505A (or 0xB8505A) is known color: Hippie Pink. HEX triplet: B8, 50 and 5A. RGB value is (184,80,90). Sum of RGB (Red+Green+Blue) = 184+80+90=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B8505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8505A is #47AFA5. Grayscale: #707070. Windows color (decimal): -4698022 or 5918904. OLE color: 5918904.
HSL color Cylindrical-coordinate representation of color #B8505A: hue angle of 354.23º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8505A is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 90 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.28 |
| HSL | 354.23º | 0.42% | 0.52% | - |
| HSV(B) | 354.23º | 0.57% | 0.72% | - |
| XYZ | 24.48 | 16.67 | 11.6 | - |
| YUV | 112.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 90 | 0 | 0.57 | 0.51 | 0.28 | 354.23 | 0.42 | 0.52 |
| Hex | B8 | 50 | 5A | 0 | 39 | 33 | 1C | 162 | 2A | 34 |
| Octal | 270 | 120 | 132 | 0 | 71 | 63 | 34 | 542 | 52 | 64 |
| Binary | 10111000 | 1010000 | 1011010 | 0 | 111001 | 110011 | 11100 | 101100010 | 101010 | 110100 |
Color Harmonies of #B8505A
Complementary color
Monochromatic Colors of #B8505A
Black with #B8505A
Text Example
Text Example
White with #B8505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8505A; }
p { color: rgb(184,80,90); }
H1.HeaderClassName
{
color: #B8505A;
}
.AnyTagClassName
{
color: #B8505A;
}
</style>
background-color css
<style>
a { background-color: #B8505A; }
a { background-color: rgb(184,80,90); }
div.DivClassName
{
background-color: #B8505A;
}
.BgClassName
{
background-color: #B8505A;
}
</style>
border-color css
<style>
span { border-color: #B8505A; }
span { border-color: rgb(184,80,90); }
td.TdClassName
{
border-color: #B8505A;
}
.TagClassName
{
border-color: #B8505A;
}
</style>