Shades of Hippie Pink #B94350
Tints of Hippie Pink #B94350
RGB
CMYK
RGB Variations
Color information
#B94350 (or 0xB94350) is known color: Hippie Pink. HEX triplet: B9, 43 and 50. RGB value is (185,67,80). Sum of RGB (Red+Green+Blue) = 185+67+80=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B94350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94350 is #46BCAF. Grayscale: #676767. Windows color (decimal): -4635824 or 5260217. OLE color: 5260217.
HSL color Cylindrical-coordinate representation of color #B94350: hue angle of 353.39º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94350 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 80 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.27 |
| HSL | 353.39º | 0.47% | 0.49% | - |
| HSV(B) | 353.39º | 0.64% | 0.73% | - |
| XYZ | 23.46 | 14.91 | 9.23 | - |
| YUV | 103.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 80 | 0 | 0.64 | 0.57 | 0.27 | 353.39 | 0.47 | 0.49 |
| Hex | B9 | 43 | 50 | 0 | 40 | 39 | 1B | 161 | 2F | 31 |
| Octal | 271 | 103 | 120 | 0 | 100 | 71 | 33 | 541 | 57 | 61 |
| Binary | 10111001 | 1000011 | 1010000 | 0 | 1000000 | 111001 | 11011 | 101100001 | 101111 | 110001 |
Color Harmonies of #B94350
Complementary color
Monochromatic Colors of #B94350
Black with #B94350
Text Example
Text Example
White with #B94350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94350; }
p { color: rgb(185,67,80); }
H1.HeaderClassName
{
color: #B94350;
}
.AnyTagClassName
{
color: #B94350;
}
</style>
background-color css
<style>
a { background-color: #B94350; }
a { background-color: rgb(185,67,80); }
div.DivClassName
{
background-color: #B94350;
}
.BgClassName
{
background-color: #B94350;
}
</style>
border-color css
<style>
span { border-color: #B94350; }
span { border-color: rgb(185,67,80); }
td.TdClassName
{
border-color: #B94350;
}
.TagClassName
{
border-color: #B94350;
}
</style>