Shades of Hippie Pink #B94D50
Tints of Hippie Pink #B94D50
RGB
CMYK
RGB Variations
Color information
#B94D50 (or 0xB94D50) is known color: Hippie Pink. HEX triplet: B9, 4D and 50. RGB value is (185,77,80). Sum of RGB (Red+Green+Blue) = 185+77+80=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D50 is #46B2AF. Grayscale: #6D6D6D. Windows color (decimal): -4633264 or 5262777. OLE color: 5262777.
HSL color Cylindrical-coordinate representation of color #B94D50: hue angle of 358.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D50 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 80 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.27 |
| HSL | 358.33º | 0.44% | 0.51% | - |
| HSV(B) | 358.33º | 0.58% | 0.73% | - |
| XYZ | 24.11 | 16.2 | 9.45 | - |
| YUV | 109.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 80 | 0 | 0.58 | 0.57 | 0.27 | 358.33 | 0.44 | 0.51 |
| Hex | B9 | 4D | 50 | 0 | 3A | 39 | 1B | 166 | 2C | 33 |
| Octal | 271 | 115 | 120 | 0 | 72 | 71 | 33 | 546 | 54 | 63 |
| Binary | 10111001 | 1001101 | 1010000 | 0 | 111010 | 111001 | 11011 | 101100110 | 101100 | 110011 |
Color Harmonies of #B94D50
Complementary color
Monochromatic Colors of #B94D50
Black with #B94D50
Text Example
Text Example
White with #B94D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D50; }
p { color: rgb(185,77,80); }
H1.HeaderClassName
{
color: #B94D50;
}
.AnyTagClassName
{
color: #B94D50;
}
</style>
background-color css
<style>
a { background-color: #B94D50; }
a { background-color: rgb(185,77,80); }
div.DivClassName
{
background-color: #B94D50;
}
.BgClassName
{
background-color: #B94D50;
}
</style>
border-color css
<style>
span { border-color: #B94D50; }
span { border-color: rgb(185,77,80); }
td.TdClassName
{
border-color: #B94D50;
}
.TagClassName
{
border-color: #B94D50;
}
</style>