Shades of Hippie Pink #B94750
Tints of Hippie Pink #B94750
RGB
CMYK
RGB Variations
Color information
#B94750 (or 0xB94750) is known color: Hippie Pink. HEX triplet: B9, 47 and 50. RGB value is (185,71,80). Sum of RGB (Red+Green+Blue) = 185+71+80=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B94750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94750 is #46B8AF. Grayscale: #6A6A6A. Windows color (decimal): -4634800 or 5261241. OLE color: 5261241.
HSL color Cylindrical-coordinate representation of color #B94750: hue angle of 355.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94750 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 80 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.27 |
| HSL | 355.26º | 0.45% | 0.5% | - |
| HSV(B) | 355.26º | 0.62% | 0.73% | - |
| XYZ | 23.71 | 15.4 | 9.31 | - |
| YUV | 106.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 80 | 0 | 0.62 | 0.57 | 0.27 | 355.26 | 0.45 | 0.5 |
| Hex | B9 | 47 | 50 | 0 | 3E | 39 | 1B | 163 | 2D | 32 |
| Octal | 271 | 107 | 120 | 0 | 76 | 71 | 33 | 543 | 55 | 62 |
| Binary | 10111001 | 1000111 | 1010000 | 0 | 111110 | 111001 | 11011 | 101100011 | 101101 | 110010 |
Color Harmonies of #B94750
Complementary color
Monochromatic Colors of #B94750
Black with #B94750
Text Example
Text Example
White with #B94750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94750; }
p { color: rgb(185,71,80); }
H1.HeaderClassName
{
color: #B94750;
}
.AnyTagClassName
{
color: #B94750;
}
</style>
background-color css
<style>
a { background-color: #B94750; }
a { background-color: rgb(185,71,80); }
div.DivClassName
{
background-color: #B94750;
}
.BgClassName
{
background-color: #B94750;
}
</style>
border-color css
<style>
span { border-color: #B94750; }
span { border-color: rgb(185,71,80); }
td.TdClassName
{
border-color: #B94750;
}
.TagClassName
{
border-color: #B94750;
}
</style>